[Webkit-unassigned] [Bug 12229] setAttributeNS(null, "fill", "red") not working for polygons
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 12 13:37:38 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12229
rwlbuis at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |INVALID
Status|UNCONFIRMED |RESOLVED
------- Comment #1 from rwlbuis at gmail.com 2007-01-12 13:37 PDT -------
Hi,
Actually this is the expected behaviour, I checked with Opera and FF. What
happens is that
for the rect the presentation attribute is overwritten on click, which is fine.
For the polygon however
two different style entities are used. On the polygon the inline style is set
and the presentation attribute fill is again set (onmouseover). But here the
inline style always wins, so the fill is unchanged.
Cheers,
Rob.
--
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