-
Notifications
You must be signed in to change notification settings - Fork 744
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
Error when opening menu if a different menu is already open #132
Comments
good catch! (hoping I get some time in May to fix a couple of these bugs…) |
Patch proposal: https://gist.github.com/Lajnold/5404556 It wraps a bunch of menu-repositioning code in layerClick() in a "fakeClick" condition. |
can you re-post that without the white-space noise? |
I've updated the Gist. |
I previously used the |
I have a few times got an error when trying to open a menu when a different menu is already open.
The following error occurs in the
layerClick
handler:x = e.pageX
andy = e.pageY
are undefined here, as the layer click actually comes from the following line inshow
:I haven't noticed the error before, so the behaviour (treating the situation as a non-silent error) may be a result of changes made in Firefox 20.
The text was updated successfully, but these errors were encountered: