Closed
Bug 9579
Opened 25 years ago
Closed 25 years ago
Minimizing the browser triggers a reflow
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: rbs, Assigned: joki)
Details
When cliking on the minimize button, it is observed that an
unecessary reflow operation is triggered.
I can understand that the reflow is necessary to reconstruct
the window when clicking on the taskbar entry to *re-open* the
browser window.
But I am failing to understand why a reflow should be done when
minimizing the window given that there is no rendering aftewards.
By getting rid of the unecessary reflow, the minimization will be
instantaneous, no matter how large the document is.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 1•25 years ago
|
||
I think these are the same ...
*** This bug has been marked as a duplicate of 639 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
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
•