-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown menu on Chrome is not handling links properly #9778
Comments
This was referenced Feb 14, 2017
Closing this as seems like already fixed in develop branch (above comment) ... ! If in case this isn't the case ... feel free to revert and tell us ... thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to reproduce this bug:
Item 1A
On Firefox, URL is changed to http://foundation.zurb.com/sites/docs/dropdown-menu.html#Item-1A, but on Chrome it doesn't change.
I tried this piece of code in order to check if the link is being clicked or not:
On Chrome, the menu item links are not being logged, but on Firefox they do.
Implications of the bug: on Chrome, if the dropdown element being clicked is over another link, the behind link is the one being clicked instead the one of the menu:
In this case, when trying to click on "Més votat", the link that is actually firing is the one on "Tallers per a jove". This exact same page is found at https://decidim.barcelona/processes/4/f/3/proposals (language is Catalan or Spanish and card are being order randomly, but behaviour can be reproduced anyway)
What should happen:
Element in the dropdown menu is the one being clicked.
What happened instead:
Element behind the pone in the dropdown menu is the one being clicked.
Test case:
I was not able to reproduce it in a Codepen, since Chrome's devices emulator does not show a mobile UI for the page :(
The text was updated successfully, but these errors were encountered: