Ticket #5586 (closed defect: fixed)
dropdownButton with menu: extra events with no role in FF3
| Reported by: | becky | Owned by: | simonjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Accessibility | Version: | 1.0 |
| Severity: | normal | Keywords: | FF3 a11y |
| Cc: |
Description
When viewing events via AccEvent? the Edit Button in tests/form/test_Button.html shows several events in FF3 with no role information. This looks correct in FF2 but need to determine if this is solely a FF3 issue or if changes are needed within dropDownbutton as well. Email sent to Minefield a11y developer for clarification. Here is the event log when focus is on edit button and press down arrow (or enter key).
FF2 events:
OBJ_FOCUS Name="Edit!" Role=push button State=focused,focusable,has popup OBJ_FOCUS Name="Cut" Role=menu item State=focused OBJ_SHOW Name="" Role=popup menu State=normal
Minefield (build dated 01/14/08):
OBJ_FOCUS Name="Edit!" Role=push button State=focused,focusable,has popup OBJ_FOCUS Name="Cut" Role=menu item State=focused,focusable OBJ_SHOW Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=floating OBJ_HIDE Name=none [null] Role="tr" [ BUG? State/Role should not be a string ] State=focusable OBJ_HIDE Name=none [null] Role="tr" [ BUG? State/Role should not be a string ] State=focusable OBJ_HIDE Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=normal OBJ_HIDE Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=normal OBJ_HIDE Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=normal OBJ_HIDE Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=normal OBJ_HIDE Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=normal OBJ_SHOW Name=none [null] Role="div" [ BUG? State/Role should not be a string ] State=floating
Change History
Note: See
TracTickets for help on using
tickets.