Closed
Bug 604861
Opened 14 years ago
Closed 14 years ago
Window reflow/painted multiple times during resize
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 597066
People
(Reporter: mozbugz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101015 Firefox/4.0b8pre
Build Identifier:
Spin off from bug 57463 comment 61, that has to do with reflow/painting during window transitions:
SetSizeMode(0)
SetSizeMode(0)
SetSizeMode(0)
SetSizeMode(0)
Move(604, 248)
SetSizeMode(0)
SetSizeMode(0) -> normal
Resize(374, 430, 1)
ResizeClient(0, 0, 358, 422, 0)
ResizeClient(0, 0, 358, 422, 0)
Show(1)
SetSizeMode(2) -> maximized
ResizeClient(0, 0, 2560, 1568, 0)
Show(1)
We do get a resize while visible before setting the size mode.
Reproducible: Always
Steps to Reproduce:
1) open fx
2) be in normal mode
3) maximize
Actual Results:
watch browser paint 3 times while resizing.
Expected Results:
resize and paint once
I tested this with Aero Glass, which is quite visible
Reporter | ||
Updated•14 years ago
|
blocking2.0: --- → ?
![]() |
||
Comment 1•14 years ago
|
||
Is this something new in 4.0 or is it present in other releases?
(This might be a dupe of bug 597066.)
Reporter | ||
Comment 2•14 years ago
|
||
It appears to be in 3.6.10 also.
![]() |
||
Comment 3•14 years ago
|
||
I'm going to go ahead and dupe this over. We can investigate further in that bug.
Status: UNCONFIRMED → RESOLVED
blocking2.0: ? → ---
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•