Closed
Bug 781021
Opened 12 years ago
Closed 2 years ago
Re-validate scroll offset and zoom whenever a ShadowLayersUpdate happens
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
DUPLICATE
of bug 1806561
People
(Reporter: drs, Unassigned)
References
Details
We're currently just crossing our fingers and hoping that the current scroll offset and zoom are valid whenever a ShadowLayersUpdate happens. Whenever this update comes, it's possible that the CSS content rect will shrink and we will have been left overscrolled. We need to add checks for this.
This will also encompass the double-tap-to-zoom functionality which will need to have its stop position be revalidated under the same circumstances.
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•