[Webkit-unassigned] [Bug 117028] SVG elements become black after JavaScript is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 13 23:00:46 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117028





--- Comment #2 from Dirk Schulze <krit at webkit.org>  2013-06-13 22:59:22 PST ---
(In reply to comment #1)
> (In reply to comment #0)
> > In the URL you can see we use several SVG elements in a page to draw gauges.
> > We use Bootstrap carousel to show and hide several other gauges (a drill-down).
> > After some play with clicking on the big gauges all the SVG elements in the screen become partially black.
> > The exact same behavior happen use we use simple CSS change of display:none and display:block.
> > Also the same behavior happen when we use jQuery show/hide methods.
> > 
> > This does not happen on IE nor on Firefox.
> > 
> > We notice the parts that become black are linear gradients we define in defs element.
> 
> Hi, do you think you can reduce this example more? That would be really great.

After looking a bit into the example, I realized that a lot of gradients use the same id (id's should be unique on a page). Not sure if the content is always the same as well.

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


More information about the webkit-unassigned mailing list