Closed
Bug 52950
Opened 24 years ago
Closed 24 years ago
Close box doesn't close window when windowshaded
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: zach, Assigned: danm.moz)
Details
2000091520 OS9
1. WindowShade a window
2. Try clicking it's close box.
Doesn't work.
I know that this has to do with some bug where the tooltips were
comming up on shaded windows. The solution for this bug was to stop all
events on shaded windows. This is ok, but it means that you can't close
one. What needs to happen is to allow all events to go to shaded
windows, except events that happen inside the window.
Comment 1•24 years ago
|
||
adding self to cc, nominating for nsbeta3. this is annoying.
Keywords: nsbeta3
This was more fallout from overeager filtering of events sent to windowshaded
windows. We're now filtering only mousemove events; you can once again close the
window.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•