Closed
Bug 614379
Opened 14 years ago
Closed 14 years ago
Page should not be focusable when a prompt is showing
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
DUPLICATE
of bug 613763
People
(Reporter: heycam, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #613710 +++
Pressing Tab will continue tabbing around the focusable elements in the
page behind a prompt, as well as those in the prompt itself. The focus ring should only include the controls in the prompt.
data:text/html,<body onkeypress="document.getElementsByTagName('div')[0].textContent=event.charCode"><div></div><button onclick=prompt('hi')>click
Load the above document and click on the button. Then press Tab until the page is focused. Notice that pressing keys now will invoke the page's keypress listener.
Comment 1•14 years ago
|
||
Is this another dupe of bug 613748?
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Is this another dupe of bug 613748?
Nevermind.
Comment 3•14 years ago
|
||
Dupe of Bug 613763 (already has r+).
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
blocking2.0: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•