Bug 10913
Summary: | SVG charts from plotkit fail to render unless you scroll them offscreen | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gregory Block <gblock> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | NeedsReduction |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://media.liquidx.net/js/plotkit-tests/svg.html |
Gregory Block
In the provided example are a number of charts; by scrolling down and then back up, the ones that are ofscreen render correctly, but the ones that were a part of the document load fail.
This may be related to the way that SVG nodes are added to the document by plotkit - the JS actually adds the SVG node itself along with child contents.
Would be nice to have this work. :)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
One of many many invalidation issues in our current SVG support.
It would be nice to reduce this down to a much simpler test case. I'm not even sure what sort of SVG elements PlotKit is creating here w/o looking more at the code.
Gregory Block
what's really odd about it is that it's the first one on the page that renders completely; scroll anywhere, and reload, and the first svg block is fine. All of the other SVG blocks don't render.
Eric Seidel (no email)
Fixed by bug 11984.
*** This bug has been marked as a duplicate of 11984 ***