[Webkit-unassigned] [Bug 11225] No scroll bars are displayed for standalone SVG image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 2 08:57:06 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11225





------- Comment #7 from macdome at opendarwin.org  2007-02-02 08:57 PDT -------
Ok, aside from the zoom/pan feature, this is actually a real bug.

We should be showing scrollbars when documents are larger than the window. 
Example:
http://croczilla.com/svg/samples/chem2/chem2.xml

This should be relatively easy to fix, we just need to patch in to where the
WebCore tells WebKit what scrollbars to show, and fix it for <svg> documents.

The question of how to correctly support zoom and pan comes later.  Sullivan
suggested we just use scrolling for panning for now, I'm not sure how well that
will work, but we can try.  That might again, require scroll-bar code hacks,
depending on how it's implemented.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list