Bug 34765 - Scroll bars not updating when panning standalone SVG document
Summary: Scroll bars not updating when panning standalone SVG document
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://outspaced.fightingfantasy.org/...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-09 11:15 PST by mitz
Modified: 2010-02-09 13:59 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-02-09 11:15:16 PST
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.
Comment 1 Nikolas Zimmermann 2010-02-09 11:45:04 PST
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.