[Webkit-unassigned] [Bug 111927] Style updates are not propagated to <use> elements after creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 9 14:32:11 PST 2013


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





--- Comment #1 from Stuart P. Bentley <stuart at testtrack4.com>  2013-03-09 14:34:36 PST ---
Expected testcase behavior: Both circles turn blue (#00F).
Actual testcase behavior: The original circle on the left turns blue (#00F), while the <use> element referencing it on the right remains navy (#008).

<use> elements do currently update when the corresponding attributes are updated, so scripts setting style properties (ie. `element.style.fill = '#foo'`) can be rewritten to set attributes (ie. `element.setAttribute('fill','#foo')`) as a workaround.

Original bug: https://code.google.com/p/chromium/issues/detail?id=166438

-- 
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