WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 136651
136265
RenderView::hitTest() should ASSERT(!needsLayout())
https://bugs.webkit.org/show_bug.cgi?id=136265
Summary
RenderView::hitTest() should ASSERT(!needsLayout())
Simon Fraser (smfr)
Reported
2014-08-26 14:21:03 PDT
We need to ensure that layout is up-to-date when hit testing, but there are many code paths that don't do this currently. We should add ASSERT(!needsLayout()) to RenderView::needsLayout() and fix all the callers. Also need to remove the renderer().document().updateLayout(); in RenderLayer:hitTest().
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-09-22 17:51:31 PDT
Done by the patch in
bug 136651
. *** This bug has been marked as a duplicate of
bug 136651
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug