Skip to content
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

Open
nburch opened this issue Sep 22, 2014 · 6 comments
Open

Menusheet (Menu Sheet) broken in Chrome? #517

nburch opened this issue Sep 22, 2014 · 6 comments

Comments

@nburch
Copy link

nburch commented Sep 22, 2014

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.

@thomasyip
Copy link
Member

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 webkitTransitionEnd with webkitTransitionEnd transitionend might be enough to get you going again:

- $source.one('webkitTransitionEnd', function() {
+ $source.one('webkitTransitionEnd transitionend', function() {

Let me know how it goes.

@nburch
Copy link
Author

nburch commented Sep 22, 2014

Hmm... tried changing it in the menusheet.js file but no luck so far. I'll keep seeing if I can fix it.

@Brian001
Copy link

Hi,

Did anyone manage to fix this issue ?
We're having the same issue...

@nburch
Copy link
Author

nburch commented Oct 22, 2014

@Brian001 - No luck thus far I am afraid. I've started looking into alternative jQuery based menusheets for my project at this point.

@nburch
Copy link
Author

nburch commented Oct 28, 2014

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 :(

@Brian001
Copy link

True ...i have the same experience

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants