[Webkit-unassigned] [Bug 5964] Animation (<animateColor>, <animateTransform>, etc) are broken after DOM Merger

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jan 21 22:57:35 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5964


macdome at opendarwin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |macdome at opendarwin.org
                   |unassigned at opendarwin.org   |
             Status|NEW                         |ASSIGNED
   Attachment #5826|                            |review?
               Flag|                            |




------- Comment #1 from macdome at opendarwin.org  2006-01-21 22:57 -------
Created an attachment (id=5826)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=5826&action=view)
Makes animation work again.

This patch makes <animateColor> work again.  It stopped working because the
timers were never started.  During the DOM merger I moved much of the
SVGDocumentImpl logic onto SVGSVGElementImpl in an effort not to modify
DocumentImpl too much.  Now I've created a SVGDocumentExtensions class to hold
all of the SVGDocumentImpl specific goop.  Eventually we'll create an
HTMLDocumentExtensions class and that can hold all the HTML specific goop which
is currently found in DocumentImpl.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list