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)
Change History (9)
Changed September 09, 2008 06:02PM UTC by comment:1
cc: | → davidb |
---|
Changed September 11, 2008 01:27AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
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 comment:3
resolution: | worksforme |
---|---|
status: | closed → reopened |
Changed September 11, 2008 02:00PM UTC by 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 comment:5
summary: | Cannot close a modal dialog with the keyboard → Focus not going to Modal Dialog |
---|
Changed September 11, 2008 02:13PM UTC by 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 3123 → 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. |
---|
Changed September 11, 2008 02:14PM UTC by 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 comment:8
status: | reopened → accepted |
---|
[671] fixes the issue with dialogs not having focus when opened.
A patch is still necessary to ensure that modal dialogs always have focus.