Closed
Bug 1480369
Opened 6 years ago
Closed 8 months ago
Parallax effect freezes scrolling with WebRender
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: dheiberg, Unassigned)
References
(Blocks 1 open bug)
Details
It looks like WebRender has a problem with parallax scrolling effects, and if you scroll quickly, it will freeze/pause over the parallax area. I found this on http://www.originfeel.com/, when scrolling with inertia/quickly. I tried disabling WebRender and it scrolled smoothly, and also tried on Chrome and it also scrolled smoothly.
Currently on nightly 63.0a1 (2018-08-01) (64-bit), with the 'gfx.webrender.all' config set to true.
Updated•6 years ago
|
Blocks: stage-wr-trains
Priority: -- → P2
Updated•6 years ago
|
status-firefox63:
affected → ---
See Also: → 1415272
Comment 1•6 years ago
|
||
On macOS the pauses happen due to texture upload. The page uses these three images, which are all 2500x7500:
https://static1.squarespace.com/static/55c333fce4b031b2fa7bcc92/t/5a70f99c419202aab35671c9/1517353411867/Homepage+banner+1.jpg?format=2500w
https://static1.squarespace.com/static/55c333fce4b031b2fa7bcc92/t/5a70fa6824a6948f80296a52/1517353598928/Homepage+banner+2.jpg?format=2500w
https://static1.squarespace.com/static/55c333fce4b031b2fa7bcc92/t/5a70fadee2c48395a4eb65fe/1517353715356/Homepage+banner+3.jpg?format=2500w
So I think this is not a scrolling bug, but a texture upload performance issue.
Updated•6 years ago
|
Priority: P2 → P3
Comment 3•6 years ago
|
||
smooth on my Win10x64+iGFX system at 720p screen res
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Flags: needinfo?(jmuizelaar)
Updated•2 years ago
|
Severity: normal → S3
Comment 5•8 months ago
|
||
The original test case does not exist anymore and we have other bugs on file illustrating texture upload perf issues.
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•