Opened 13 years ago
Closed 13 years ago
#4855 closed defect (duplicate)
Button: ENTER key for closing drop down menus doesn't work
Reported by: | bill | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Accessibility | Version: | 0.9 |
Keywords: | Cc: | simonjb | |
Blocked By: | Blocking: |
Description
On test_Button.html, on FF, "clicking" menu via enter-key return won't close menu.
Well actually the menu closes and then immediately opens again. Problem is that the ondijitclick triggers on enter-down, thus shifting focus back to the button, which then receives the enter-up event.
Space bar works.
Change History (3)
comment:1 Changed 13 years ago by
Cc: | simonjb added |
---|---|
Milestone: | → 1.0 |
comment:2 Changed 13 years ago by
Owner: | changed from Becky Gibson to simonjb |
---|
Simon, can you take a look?
Note: See
TracTickets for help on using
tickets.
this is a regression as I remember this being an issue that was fixed once before.