Bug 34765
Summary: | Scroll bars not updating when panning standalone SVG document | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, karlcow, krit, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 | ||
URL: | http://outspaced.fightingfantasy.org/SVG_Flowcharts/ff01.svgz |
mitz
When panning a standalone SVG document, the scroll bars don’t update to reflect the scroll position.
To reproduce:
1. Open the URL
2. Shift-drag to pan
Notice that the scroll bars do not update.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Yeah, the panning code is a pure special case for SVG in FrameView (?) - IIRC. It's not integrated in any way with the scroll bar code. Hm, I am not even sure it should be, panning at least shouldn't be tied to the initial viewport.
Ahmad Saleem
Use wayback archive to get test case and changed it into JSFiddle: https://jsfiddle.net/e1db584o/
Ahmad Saleem
Link - https://web.archive.org/web/20130714034527/http://outspaced.fightingfantasy.org/SVG_Flowcharts/ff01.svgz
Ahmad Saleem
*** Firefox Nightly 132 ***
Unable to select via Shift and do panning etc.
*** Chrome Canary 130 & Safari 18 Beta ****
Can pan using Shift but it does not update Scrollbar etc.