-
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
DropdownMenu click close on Mozilla #9470
Comments
Hi @Leg3ndz, What is your Foundation version ? The documentation is incorrect about the default value of I am working on it. |
Hi @ncoden I've test your Codepen, it don't work on my Mozilla, but work on Chrome (the second clic on "Item 1" for close the submenu). |
I tested for Foundation @brettsmason Could you test this on Firefox for Windows ? @Leg3ndz Can you give your version number of:
Thank you. |
I use :
My code for init DropdownMenu :
Example on my Mozilla, your can see the second click refresh my page : Thank you for your support |
So the click refresh your page when the dropdown is open. I still can't reproduce 😕 (https://codepen.io/anon/pen/gLKWgj)
|
Ok. This should be on Firefox for Windows only. We'll wait the @brettsmason's test (he did the 6.3.0-rc QA on Firefox for Windows). |
I see same problem with Safari 10 (iPad), tested on Codepen only. |
@ncoden sorry playing catchup. So its this Codepen that needs testing right? https://codepen.io/anon/pen/gLKWgj So if I understand this correctly, clicking on the Item 1 link in this Codepen when the submenu is open navigates to that link? |
@brettsmason This would be the bug, yes. |
@ncoden I tried it in Firefox for Windows (50.0.2) and can't recreate this bug. |
@Leg3ndz With https://codepen.io/anon/pen/gLKWgj, do you have errors in the console ? |
@ncoden No errors in the console :(. I did test my friend, no bug on his side. But, i can recreate the bug on Safari 10 iPad :/ |
Hmm... so this appears to be related to touch devices and the I'm not sure why this is the case; unfortunately the commit message for the commit adding it is not very communicative e89d0cb The workaround is to add |
Fix missing declaration found while tracking down #9470
Hi @kball Thank you, My Mozilla isn't touch devices, it's on PC. But it work, than you for your support every body :) |
How can we reproduce this bug?
When the DropdownMenu is open (on click only), i can't close this on second click with Mozilla (last version). It work on Chrome and IE (last version).
I've add
data-disable-hover="true"
for enable click only. But don't work for close my submenu.Test case:
Codepen test case.
Maybe i need other data argument ?
The text was updated successfully, but these errors were encountered: