Improve APZ minimap rendering behaviour for subframes with tall viewports
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: kats, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: polish, Whiteboard: [gfx-noted])
Attachments
(1 file)
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Updated•7 years ago
|
Updated•2 years ago
|
Comment 4•10 months ago
|
||
The issue discussed in comment 1 has been resolved by the WebRender implementation of the minimap in bug 1604280.
The issue discussed in comment 0 remains valid. While the structure of the page at http://www.sjsu.edu/openuniversity/schedule/ has changed since the time of filing the bug and no longer contains a subframe, the earlier page can be seen at https://web.archive.org/web/20160420064916/http://www.sjsu.edu/openuniversity/schedule/. Basically, it has a subframe whose viewport is taller than the browser window, and the minimap is sized to fit the subframe viewport, which means it is also taller than the browser window and so only part of the minimap is visible at a given time.
A solution to this would involve scaling the minimap to the intersection of the subframe viewport and any enclosing viewports (similar to what the attached patch was trying to do in the Layers implementation).
Updated•6 months ago
|
Description
•