Closed
Bug 72095
Opened 24 years ago
Closed 23 years ago
when closing browser window, frame disappears, flashes and then finally disappear
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 145561
People
(Reporter: achimha, Assigned: achimha)
References
Details
Attachments
(1 file)
This was introduced some weeks ago. I'm not sure whether this is a dup, could
not find anything.
Happens on OS/2 and on Win98 (confirmed by another user) so seems to be an
XP bug.
You can see this by closing a browser frame window. It will hide and then an
empty frame with with titlebar will reappear with the same size/position which
then completely disappears.
I occasionally see something like this on linux, often when closing a popup.
Another window of the same size pops up, and as soon as I place it disappears
along with the popup.
Assignee: danm → achimha
OS: other → OS/2
Hardware: Other → PC
the patch has the problem of breaking 56770 again. We need WM_ACTIVATE as
well to get proper keyboard input focus. However, the original fix has the
problems mentioned. We might have to introduce some mIsBeingClosed flag to
nsWindow and set that in the XP code that does the window->Show(PR_FALSE)
before closing it. Any other suggestions?
Comment 6•23 years ago
|
||
This will be fixed by the focus checkin in 145561
*** This bug has been marked as a duplicate of 145561 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•