Skip to main content

Search and Top Navigation

#3327 closed bug (fixed)

Opened September 09, 2008 04:28PM UTC

Closed September 12, 2008 12:07AM UTC

Last modified January 17, 2010 06:11AM UTC

Focus not going to Modal Dialog

Reported by: michelled Owned by: scottgonzalez
Priority: major Milestone: 1.7
Component: ui.dialog Version: 1.5.2
Keywords: accessibility Cc: davidb
Blocked by: Blocking:
Description

Focus does not seem to be getting set to the modal dialog automatically. We are unable to interact with or close the modal dialog with the keyboard.

Attachments (1)
  • dialog.html (2.4 KB) - added by davidb September 11, 2008 01:58PM UTC.

    Test file to recreate bug.

Change History (9)

Changed September 09, 2008 06:02PM UTC by davidb comment:1

cc: → davidb

Changed September 11, 2008 01:27AM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

The current behavior works for me.

Please provide a test page if you continue to have this problem.

Changed September 11, 2008 01:58PM UTC by davidb comment:3

resolution: worksforme
status: closedreopened

Changed September 11, 2008 02:00PM UTC by davidb comment:4

Scott, thanks for looking at this. Michelle and I were using the test file (attached) and I can still recreate the bug with svn trunk. Please let us know if we can help further.

Changed September 11, 2008 02:10PM UTC by davidb comment:5

summary: Cannot close a modal dialog with the keyboardFocus not going to Modal Dialog

Changed September 11, 2008 02:13PM UTC by davidb comment:6

description: The expected behaviour of a modal dialog is for the tab key to move focus between the 'close' icon and any tabbable content inside the dialog. \ \ Currently, tab is being swallowed and I am unable to close the modal dialog with the keyboard. \ \ This is related to issue 3123Focus does not seem to be getting set to the modal dialog automatically. We am unable to interact with or close the modal dialog with the keyboard.

Changed September 11, 2008 02:14PM UTC by davidb comment:7

description: Focus does not seem to be getting set to the modal dialog automatically. We am unable to interact with or close the modal dialog with the keyboard.Focus does not seem to be getting set to the modal dialog automatically. We are unable to interact with or close the modal dialog with the keyboard.

Changed September 11, 2008 11:23PM UTC by scottgonzalez comment:8

status: reopenedaccepted

[671] fixes the issue with dialogs not having focus when opened.

A patch is still necessary to ensure that modal dialogs always have focus.

Changed September 12, 2008 12:07AM UTC by scottgonzalez comment:9

milestone: TBD1.6
resolution: → fixed
status: acceptedclosed

I split the remaining issue into a new ticket: #3350.