-
Notifications
You must be signed in to change notification settings - Fork 590
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
Menusheet (Menu Sheet) broken in Chrome? #517
Comments
It is broken on Chrome for me as well. Perhaps chrome changed the naming of the animation event. If you are able to change the jqt code in your deployment, then replacing all occurrences of - $source.one('webkitTransitionEnd', function() {
+ $source.one('webkitTransitionEnd transitionend', function() { Let me know how it goes. |
Hmm... tried changing it in the menusheet.js file but no luck so far. I'll keep seeing if I can fix it. |
Hi, Did anyone manage to fix this issue ? |
@Brian001 - No luck thus far I am afraid. I've started looking into alternative jQuery based menusheets for my project at this point. |
Still no luck with this over here. Implementing other 3rd party menu's has turned out to be a real pain... no luck thus far :( |
True ...i have the same experience |
It's possible I am losing my mind but I swear that the menusheet was working in Chrome and now it does not seem to be? http://jqtjs.com/preview/demos/main/#ui
Description of problem: User in Chrome clicks link to open menu sheet. Side menu opens as expected. However, site locks up and now nothing can be clicked and menu cannot be closed. This ends up being a site breaking bug as the only option is to refresh the page.
The text was updated successfully, but these errors were encountered: