Closed
Bug 256556
Opened 21 years ago
Closed 21 years ago
Popup window doesn't permit to get a focus to modal dialog
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 256555
People
(Reporter: surkov, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
I open modal dialog and popup dialog from this modal dialog. I cann't set focus
to modal dialog.
Reproducible: Always
Steps to Reproduce:
1. open modal dialog by openDialog(path, name, 'modal') method
2. open popup dialog by openDialog(path, name, 'popup') method from modal dialog
3. try to set focus to modal dialog
Actual Results:
modal dialog hasn't focus
Expected Results:
modal dialog should have focus
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 256555 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•