[Webkit-unassigned] [Bug 36037] typing at the end of a line in designMode documents is *very* slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 18:14:45 PST 2010


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





--- Comment #7 from Ojan Vafai <ojan at chromium.org>  2010-03-11 18:14:44 PST ---
So, it turns out that without the extra early return added in r51522, we still
loop over every node in the body element, but we do so much much faster. It's
the call to Position(*this).atEditingBoundary() that takes almost all the time.
Not sure what's so slow about it.

Also, it really sucks that we loop over every node in the body element just to
find the end of the block. Seems like that should be fixable.

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