Ticket #3303 (closed enhancement: wontfix)

Opened 18 months ago

Last modified 3 months ago

consider NOT setting focus to first item when menu is opened

Reported by: becky Owned by: becky
Priority: normal Milestone: 1.3
Component: Accessibility Version: 0.9
Severity: normal Keywords:
Cc: simonjb davidb

Description

Currently when a menu is opened focus is set to the first item. This saves the user from having to press down arrow after the menu has opened. But, since the menu is used for dropdown and combo button this has some consequences. If focus is on a dropdown button and the user presses enter, the menu is displayed with the first item focused, if the user presses enter again expecting to toggle the menu closed, the first menu action will be invoked. Is this a problem? Entering this in the hopes of getting user feedback.

Change History

Changed 18 months ago by becky

  • component changed from General to Accessibility

Changed 14 months ago by becky

  • milestone changed from 1.0 to 1.1

Changed 11 months ago by becky

  • milestone changed from 1.1 to 1.2

Changed 5 months ago by becky

  • milestone changed from 1.2 to 1.3

Changed 5 months ago by becky

The DHTML Style guide indicates that focus should not be put on the first item when a dropdown or combobutton is pressed: http://dev.aol.com/dhtml_style_guide#menubutton. But that focus should go to the first menu item when a context menu is pressed (which makes sense - where else would it go?) http://dev.aol.com/dhtml_style_guide#popupmenu.

Changed 5 months ago by bill

I don't see it as a problem either; shouldn't the user be hitting ESC to close the drop down (or clicking in a blank area of the screen)? I would close this.

Changed 3 months ago by davidb

I agree with Bill here. Recommend to close.

Changed 3 months ago by bill

  • status changed from new to closed
  • resolution set to wontfix
Note: See TracTickets for help on using tickets.