Summary | Popdown menu opens on disabled buttons |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 09/07/2010 (5427 days ago) |
Due | |
Updated | 09/07/2010 (5427 days ago) |
Assigned | |
Resolved | 09/07/2010 (5427 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
option when creating the context menu. Fixed.
Bug #9236: Honor disable optionhttp://git.horde.org/diff.php/horde/js/contextsensitive.js?rt=horde-git&r1=76c1c091e8c027ce77dea8d76ceb2fef5d4cecb4&r2=89110049016069341136c331211b0430b60fcc70
Priority ⇒ 1. Low
New Attachment: 0001-Don-t-open-context-menu-if-button-is-disabled.patch
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Popdown menu opens on disabled buttons
Type ⇒ Bug
State ⇒ Unconfirmed
forward) they will open the menu, even if the buttons are disabled.
As far as i can tell, this is because when the call to
DimpCore.toggleButtons is done, the popdown span is not yet created.
I've attached a patch, but honestly i don't know if that is the rigth
way to solve the problem.