Closed
Bug 1203190
Opened 9 years ago
Closed 9 years ago
Laggy clip rect in some cases while scrolling with APZ on desktop
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: kats, Assigned: mstange)
References
()
Details
Attachments
(1 file)
smaug found an issue while scrolling on http://hiff.fi/ :
Around the middle of the page there are boxes for "INDUSTRY", "LIPUNMYYNTI", and "PRESS" - scrolling quickly up and down around these boxes, you see the images getting improperly clipped, almost like the clip rect is lagging behind.
Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → All
Version: unspecified → Trunk
Assignee | ||
Comment 1•9 years ago
|
||
That's an interesting effect. The scrolling images whose "clip" lags aren't really clipped - they're covered, by a background-attachment:fixed image that sits on top. And it's those fixed images' clip that lags. So this bug will be fixed by the remaining patches in bug 1166301.
Assignee | ||
Comment 2•9 years ago
|
||
Hmm, looks like bug 1166301 didn't actually fix this.
Assignee | ||
Comment 3•9 years ago
|
||
I'll look into this.
Assignee: nobody → mstange
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•9 years ago
|
||
Bug 1203190 - Override the visible rect of background-attachment:fixed display items more aggressively. r=mattwoodrow
Attachment #8664879 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 5•9 years ago
|
||
This is not the greatest patch ever... do you have any better ideas for how to fix it?
Comment 6•9 years ago
|
||
Can you explain more what the problem is?
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8664879 [details]
MozReview Request: Bug 1203190 - Don't intersect with the visible rect for fixed background images. r?mattwoodrow
Bug 1203190 - Don't intersect with the visible rect for fixed background images. r?mattwoodrow
Attachment #8664879 -
Attachment description: MozReview Request: Bug 1203190 - Override the visible rect of background-attachment:fixed display items more aggressively. r=mattwoodrow → MozReview Request: Bug 1203190 - Don't intersect with the visible rect for fixed background images. r?mattwoodrow
Assignee | ||
Comment 8•9 years ago
|
||
This patch should be better and it has an explanation of the problem in a comment. Not sure why I discarded this approach earlier.
Comment 9•9 years ago
|
||
Comment on attachment 8664879 [details]
MozReview Request: Bug 1203190 - Don't intersect with the visible rect for fixed background images. r?mattwoodrow
https://reviewboard.mozilla.org/r/20047/#review18209
I like this a lot more too :)
Attachment #8664879 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c6765de566a32511826143c2d5c83512e83f68ab
Bug 1203190 - Don't intersect with the visible rect for fixed background images. r=mattwoodrow
Assignee | ||
Comment 11•9 years ago
|
||
Landed with a test.
There was one remaining problem with this page which I've filed as bug 1208438.
Comment 12•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•