Open
Bug 156547
Opened 22 years ago
Updated 2 years ago
collapsed scrollbars should not trigger reflow
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
Future
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: perf, Whiteboard: [patch])
Attachments
(2 files)
13.79 KB,
patch
|
bryner
:
review+
hyatt
:
superreview+
|
Details | Diff | Splinter Review |
1.34 KB,
patch
|
Details | Diff | Splinter Review |
Right now collapsed scrollbars trigger reflows, which is wasteful. See bug
156522 comment 4, and the testcase on bug 156522.
Reporter | ||
Comment 1•22 years ago
|
||
This patch actually works without the one from bug 156522.
Reporter | ||
Updated•22 years ago
|
Whiteboard: [patch]
Reporter | ||
Updated•22 years ago
|
Comment 2•22 years ago
|
||
Comment on attachment 90678 [details] [diff] [review]
patch, v 2.0
sr=hyatt
Attachment #90678 -
Flags: superreview+
Comment 3•22 years ago
|
||
Comment on attachment 90678 [details] [diff] [review]
patch, v 2.0
r=bryner
Attachment #90678 -
Flags: review+
Reporter | ||
Comment 4•22 years ago
|
||
I checked in the XBL changes, 2002-08-06 06:39 PDT, but I didn't check in the
nsGfxScrollFrame.cpp change because I noticed a problem that it causes when I
maximize a window showing (scrolled a bit from the top) a page that needs a
scrollbar at the small window size but not the large one.
Reporter | ||
Updated•22 years ago
|
Target Milestone: mozilla1.2alpha → Future
Reporter | ||
Comment 5•22 years ago
|
||
Reporter | ||
Comment 6•22 years ago
|
||
The problem with this patch still remains.
Comment 7•22 years ago
|
||
Is this still relevant after roc's recent checkin?
Reporter | ||
Comment 8•22 years ago
|
||
I need to check...
Comment 9•16 years ago
|
||
Possibly related to Bug 451816?
Comment 10•16 years ago
|
||
Not related to that, no.
Updated•15 years ago
|
QA Contact: chrispetersen → layout
Comment 11•15 years ago
|
||
FWIW, I noticed recently while playing with performance tweaks on on Windows Vista/7 and visiting other bugs about reflow being triggered (the one with the test to count the # of reflow triggers).
If the Windows setting to turn off 'show contents of window while drag' is unchecked, it reduces the reflow to 'one time' if just resizing the browser window then let go. But, it reflows 'continuously' while resizing the window with the Windows setting enabled.
So currently it appears that Firefox gives users this instantaneous effect that where we see the size/layout of the all browser content in order to adjust to maximum viewing pleasure.
Comment 12•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 13•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Reporter | ||
Updated•4 years ago
|
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•