[Webkit-unassigned] [Bug 15276] setAttribute fails to respect SVG attribute case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 11:20:33 PDT 2007


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





------- Comment #20 from eugene.lazutkin at gmail.com  2007-09-26 11:20 PDT -------
How fresh is the Dojo trunk you use? Could you "svn up" again? setAttributeNS()
is commented out in the latest trunk for the svg namespace. It is called in 3
places with the xlink namespace for "href" attribute --- I believe this is the
valid use. Could you update and re-run your test?

My understanding of the fix is that I should convert all setAttribute() calls
(on the gradient object) like this:

setAttribute(attr, val) => setAttributeNS(null, attr, val)

Is it right? Is it a permanent solution?


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