bug: menu is not getting correct classes added on open
See original GitHub issueReproduced in this issue: https://github.com/driftyco/ionic-conference-app/issues/226
I was only able to reproduce this using Safari and setting the mode to ios
(which is probably because of the menu type being reveal). I reproduced by running the conference app and switching between menu items (usually map -> speakers -> schedule) until the menu was a white screen. It appears the menu isn’t getting the show-menu
class added sometimes. Adding this class shows the menu content.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:16 (8 by maintainers)
Top Results From Across the Web
When opening menu with keyboard, focus is set to the first ...
Motivation When opening a menu with keyboard as demonstrated in the repro steps below, focus moves to the first menu item (which is...
Read more >WP 6.1-RC3: `menu-item-has-children` class is not being ...
When a theme has depth > 0 parameter set for wp_nav_menu() , WordPress 6.1-RC3 stops applying menu-item-has-children class for sub-menu items and only...
Read more >Kendo Menu sub-item class bug - Stack Overflow
When you create a kendo menu, sub-menu items that expand to the right are not updated correctly when you hover over them and...
Read more >Menus: "active-trail" class not showing up for link to front page ...
I have an issue with the "active-trail" class not showing up on for menu items with Drupal 7.14. The problem I have is...
Read more >Sub-menu items do not open up when hovered over
Hi @Support Noticed that with this particular menu (not sure how many more!), sub-menu items do not open up or get displayed automatically ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ran into this issue when testing some issues on #7600 I’m adding my notes here:
Initial Reporting of the issue with the side menu:
Confirming in the conference app example:
Steps to reproduce in conference app:
More testing, finding that if the UserAgent is correct, it will generally work:
presumably fixed by this PR: https://github.com/driftyco/ionic/pull/8068