[Webkit-unassigned] [Bug 52561] Changing innerHTML gets progressively slower, spinning in updateStyleSelector()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 03:09:15 PST 2011


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





--- Comment #12 from Aymeric Vitte <avitte at infonais.fr>  2011-01-25 03:09:15 PST ---
I have made a reduced test case here : http://www.extractwidget.com/bug.html

You can put it in local.

If we load the CSS without using a timeout it is fast.

Now while loading the CSS after a certain time using a timeout we reproduce the problem (check time between the two alerts 175ms on my PC against 3 with FF)

Apparently inserting CSS after the page has been loaded and rendered provokes the issue.

It is a generic problem, not due to specific manipulation from us.

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