[Webkit-unassigned] [Bug 44382] SVG Animations don't start for inlineSVG's in HTML5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 21 13:22:06 PDT 2010


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


Rob Buis <rwlbuis at gmail.com> changed:

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




--- Comment #4 from Rob Buis <rwlbuis at gmail.com>  2010-08-21 13:22:06 PST ---
Hi Eric,

(In reply to comment #2)
> Maybe this is all on SVGDocument instead of on an SVGTimeContainer (aka SVGSVGElement) like it should be.  There is another bug about abstracting more of this code into a SVGTimeContainer class.

Dirk and I debugged this a bit, the old fashioned way using printfs :) Anyway my suspicion is that SVGSMILElement::finishParsingChildren() is not called, and therefore resolveFirstInterval is never called. Is it possible the new HTML5 parsing and tree building code does not call finishParsingChildren for non html/foreign elements?
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