[Webkit-unassigned] [Bug 31119] @transform values changes when accessing the SVGTransformList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 10:20:32 PDT 2010


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwlbuis at gmail.com




--- Comment #1 from Rob Buis <rwlbuis at gmail.com>  2010-05-24 10:20:32 PST ---
Hello Jeff,

(In reply to comment #0)
> Created an attachment (id=42483)
 --> (https://bugs.webkit.org/attachment.cgi?id=42483) [details]
> Test case exhibiting the problem
> 
> The attached test case shows that by referencing an element's SVGTransformList, it changes the DOM value of the @transform attribute to "matrix(...)".  The value of an attribute shouldn't be changed just be accessing a DOM property.  Gecko/Opera browsers do not do this.
> 
> 
> var t1 = someElem.getAttribute('transform');
> someElem.transform; // just accessing this DOM property
> var t2 = someElem.getAttribute('transform');
> 
> t1 != t2

I cant reproduce this anymore in trunk, can you confirm? If so we can close this bug report.
Cheers,

Rob.

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