Closed
Bug 289921
Opened 20 years ago
Closed 15 years ago
Second window prevents focus from reaching modal dialog
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rod.whiteley, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; it-IT; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 When an application has one window open, that window passes focus correctly to its modal dialog. When the appplication has a second window open, focus does not pass to the dialog. Reproducible: Always Steps to Reproduce: 1. Open a Mozilla application (for example, Firefox) 2. Open a second window in the same application (for example, another browser window) 3. From one of the windows, create a modal dialog (for example, choose Tools - Options) 4. Move focus to the desktop, or to some other window 5. Click the dialog's parent window. Actual Results: The dialog does not get focus. Expected Results: The window you click should pass focus to its dialog. If you omit step 2 or close the second window, then it works as expected. This affects Firefox, Thunderbird, Sunbird and Mozilla Suite. It is a serious usability problem when you bury the dialog beneath other windows and want to close its parent. Your only option is to minimize or close otehr windows until you find the lost dialog.
Comment 1•20 years ago
|
||
It looks as if dependent windows aren't getting the WS_POPUP style I expected.
Comment 2•20 years ago
|
||
But that doesn't fix it :-(
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 4•19 years ago
|
||
Reproduced in Firefox 1.5 beta 1 (Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4) and also in Sunbird 0.2+ (Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050927 Mozilla Sunbird/0.2+).
Comment 5•16 years ago
|
||
Rod, can this be close?
Assignee: jag → nobody
QA Contact: jrgmorrison → xptoolkit.widgets
Comment 6•15 years ago
|
||
WFM for tools>options Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2b1pre) Gecko/20090928 Namoroka/3.6b1pre
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•