[Webkit-unassigned] [Bug 26826] Hang when clicking on link from kuwo.cn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 29 23:32:04 PDT 2009


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





------- Comment #3 from mitz at webkit.org  2009-06-29 23:32 PDT -------
The page appears to defeat the guards against infinite recursion into
FrameView::layout(). The current guards prevent unlimited recursion after a
post-layout task (such as widget update or resize event dispatch) has caused
layout to be needed again; however, it does not prevent recursion from within a
post-layout task, which seems to happen in this case: the resize event handler
forces layout by getting scrollHeight.


-- 
Configure bugmail: https://bugs.webkit.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