Closed (fixed)
Project:
SimpleMenu
Version:
5.x-3.2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2007 at 15:22 UTC
Updated:
6 Dec 2007 at 05:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
Pete Forsyth commentedYes please, this is a huge usability issue...the menus are awesome, but not something I want to turn loose on end users if they have to dodge the "tooltips." If it's possible to turn them off altogether, that would be ideal...
Comment #2
jlmeredithI am upping this to a critical bug since it makes the module almost unusable for many implementing it in a "non-coder" environment. Great module by the way.
Comment #3
ZaphMann commentedAny news on this - I just got simplemenu in (great stuff), two issues 1 is the tooltips the other is that with two layers of menu it goes sideways and down (instead of nesting) which causes level 1 menus to appear just as you're selecting from a level 2 menu)
Anyhow, a BAD workaround for tooltips is to blank out all descriptions one by one in administration...
Comment #4
m3avrck commentedHope to address this and other bugs next week for a new release :-)
Comment #5
jjeff commentedHere's a patch that fixes this problem.
This patch basically just adds:
.removeAttr('title')after the focus() declaration. The rest of the patch is just code cleanup so that I could understand what was going on enough to add that line. ;-)Works for me! If it works for you, please mark this patch "ready to be committed".
Thanks,
-Jeff
Comment #6
muhleder commentedThe remove tooltips patch works for me, thankyou.
Comment #7
m3avrck commentedthat patch wont actually catch them all, applied a different patch
fixed
Comment #8
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.