[Webkit-unassigned] [Bug 163736] New: Asynchronous SVG transformations aren't always reflected in the dom.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 20 09:21:26 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163736
Bug ID: 163736
Summary: Asynchronous SVG transformations aren't always
reflected in the dom.
Classification: Unclassified
Product: WebKit
Version: Safari 9
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bendean837 at gmail.com
CC: zimmermann at kde.org
Created attachment 292206
--> https://bugs.webkit.org/attachment.cgi?id=292206&action=review
small test case
Scheduling an SVG transformation on an element long enough after page load doesn't change the element's transform attribute in the dom.
To replicate, open the test case and inspect the rotated SVG element in devtools. The element's transform attribute should include "rotate(30)" but doesn't.
But the dom updates as expected if the transformation is only delayed immediately (or a few ms) after page load, or if it's applied in the console.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161020/db67c3de/attachment.html>
More information about the webkit-unassigned
mailing list