Bug 31510 - SVG flowchart renders clipped @ fightingfantasy.org (as reported by daringfireball)
Summary: SVG flowchart renders clipped @ fightingfantasy.org (as reported by daringfir...
Status: RESOLVED DUPLICATE of bug 11225
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://outspaced.fightingfantasy.org/...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-11-14 15:23 PST by Geoffrey Garen
Modified: 2010-02-09 11:12 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2009-11-14 15:23:17 PST
To reproduce:
1. Navigate to http://outspaced.fightingfantasy.org/SVG_Flowcharts/main.html
2. Click a link to an SVG flowchart, like this one: http://outspaced.fightingfantasy.org/SVG_Flowcharts/ff01.svgz
--> Notice that the flowchart renders clipped, and not scrollable.
Comment 1 Sam Weinig 2009-11-15 13:09:15 PST
It is hard to tell, but I believe this behaves correctly according to the svg spec, which states:

"The initial value for 'overflow' as defined in [CSS2-overflow] is 'visible'; however, SVG's user agent style sheet overrides this initial value and set the 'overflow' property on elements that establish new viewports (e.g., 'svg' elements), 'pattern' elements and 'marker' elements to the value 'hidden'." (http://www.w3.org/TR/SVG/masking.html#OverflowProperty).

In this case, it is the root element (the 'svg' element) that has overflow:hidden which is what causes no scrollbars to appear.
Comment 2 Geoffrey Garen 2009-11-16 18:28:33 PST
<rdar://problem/5069060>
Comment 3 mitz 2009-11-29 11:10:07 PST
Is this different from bug 11225?
Comment 4 mitz 2010-02-09 11:12:21 PST

*** This bug has been marked as a duplicate of bug 11225 ***