[Webkit-unassigned] [Bug 7531] Repeatedly hovering over elements causes a freeze

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Mar 5 16:32:03 PST 2006


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




------- Comment #3 from darin at apple.com  2006-03-05 16:32 PDT -------
The problem here is about indexing into a linked list. The points list is an
SVGPointListImpl, which is implemented as a linked list. But the code in
SVGPolygonElementImpl::toPathData indexes into it as if it was a vector.

This can be fixed by either changing it into a vector, or iterating through it
in the proper manner for a linked list.


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



More information about the webkit-unassigned mailing list