Ticket #5134 (closed defect: fixed)

Opened 13 months ago

Last modified 10 months ago

Dialog: No focus box when focus is on dialog with a title bar

Reported by: ptbrunet Owned by: becky
Priority: normal Milestone: 1.1
Component: Accessibility Version: 0.9
Severity: normal Keywords:
Cc: brunet@…

Description

Go to http://archive.dojotoolkit.org/dojo-2007-11-05/dojotoolkit/dijit/tests/test_Dialog.html and activate a dialog with a title bar, e.g. use the "Test slow loading HREF dialog" button. There is no focus box. If the box has no contents this is low priority (because there is no other place to tab to and thus no need to know where focus is), but if the dialog has contents and if #5133 isn't fixed then it's confusing when the focus moves to the dialog box itself; it's like losing focus.

Change History

Changed 13 months ago by ptbrunet

  • owner deleted
  • component changed from General to Dijit

Changed 13 months ago by ptbrunet

Also see #4025, #4411, #4413.

Changed 13 months ago by becky

  • owner set to becky
  • component changed from Dijit to Accessibility

Related to #5133 and relies upon #4413

Changed 10 months ago by becky

Once #5133 is fixed this will need some further investigation. Is it because the browser doesn't do a good job of showing focus? How do the browsers compare. Yes, it would be good to show focus better but this is lower priority once #51331 is fixed.

Changed 10 months ago by becky

  • status changed from new to closed
  • resolution set to fixed

(In [12144]) fixes #4411, #5134 refs # 5133, #4025. Focus now goes to the first focusable item when a dialog or tooltip dialog is opened. If there is no focusable item, focus remains on the dialog or tooltip dialog container.

Note: See TracTickets for help on using tickets.