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)

defect
Not set
normal

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.
No longer depends on: 613710
Is this another dupe of bug 613748?
(In reply to comment #1)
> Is this another dupe of bug 613748?

Nevermind.
Dupe of Bug 613763 (already has r+).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
blocking2.0: ? → ---
You need to log in before you can comment on or make changes to this bug.