-
Notifications
You must be signed in to change notification settings - Fork 315
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
useClick problem in IE9 and Firefox #26
Comments
It looks like this is probably due to my less-than-ideal tabbed examples. The submenus are setup while hidden inside tabs, which they don't like. I'll get around to updating the docs eventually. I'm really snowed under with other more pressing bugs, now. Thanks for the report. |
Version 1.5.11 was OK, the issue occurs in later versions, 1.5.12 and 1.5.13. As agentfitz said, the issue occurs in Firefox and IE9 (don't know for other IE versions), while in Opera, Safari and Chrome everything works right. Problem could be in the line 123. Menu works fine when I change this line as follows: $liHasUl.not('.'+c.bcClass).children('ul').show().hide(); // - Please check at jsFiddle http://jsfiddle.net/dariodev/wwPdY/15/ |
Checked in the fiddle and also in my own implementation and the patch works perfectly as described in both places. Awesome stuff! |
That line changed to |
Thanks for the response, Joel. Personally, I think it's a great feature to have in Superfish as my team gets requests all the time for expand/collapse style menus such as this one: http://liverpoolhtml5.photobiz.com/ (click the information or galleries link to see effect) |
That's a fair use case, thanks for that. |
This is all fixed in v1.6.0! |
Nice! No matter how many times these knucklehead back-end developers ask me "what the heck is a superfish?" I'll still tell'em... the best js menu plugin on the web! Thanks Joel! |
Aw, thank you sir! Always nice to have one's efforts appreciated :D |
True indeed, the best one! Thanks Joel, and thanks for insanely fast development in last two months :) |
I am noticing that the new useClick option has an issue in IE9 and Firefox. On the very first click, the dropdown menu is show and hidden immediately. On subsequent clicks, it behaves as expected. This can be seen on the Superfish examples page under the "require click" tab.
The text was updated successfully, but these errors were encountered: