[Webkit-unassigned] [Bug 14312] Removing an attribute has no effect on SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 05:22:36 PDT 2007


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
            Summary|support removeAttribute and |Removing an attribute has no
                   |removeAttributeNS           |effect on SVG




------- Comment #2 from ap at webkit.org  2007-07-06 05:22 PDT -------
Actually, the attribute is successfully removed, you can check that by entering
the string below in the address bar:

javascript:alert(document.getElementById("blue").getAttributeNS(null,"transform"))

However, this has no effect on rendering for some reason (even if I resize the
window for re-layout).


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