Opened 14 years ago
Closed 14 years ago
#3075 closed defect (fixed)
sub-menus incorrectly display as "open" when menu re-displayed
Reported by: | alex | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
steps to reproduce:
- load dijit/tests/test_Menu.html
- right click on the page to open up the menu
- mouse down to the "Enabled Submenu", which displays the menu
- click outside the menu to close it
- right-click on the page to re-display menu
The enabled submenu still has the background as though the mouse were hovering over it. You can also no longer display the submenu.
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from bill to simonjb |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
yep, fixed! nice work.
Note: See
TracTickets for help on using
tickets.
Alex, I believe this has been fixed by my recent patch [8726]. Could you confirm? Thanks.