Summary: | [GTK] fast/css/relative-positioned-block-crash.html is intermittently crashing | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> | ||||
Component: | WebKitGTK | Assignee: | Joanmarie Diggs <jdiggs> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | aboxhall, apinheiro, cfleizach, dmazzoni, jdiggs, webkit.review.bot | ||||
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 98347 | ||||||
Attachments: |
|
Description
Zan Dobersek
2013-01-29 08:44:46 PST
This appears to be the same intermittent crash as fast/css-generated-content/block-and-box-hit-testing.html. (both of which I have yet to make crash, but I'm still trying) Seems the winner is the addition of assertions as part of the fix for bug 104462. In terms of real-world use cases and AT users, so far I've only been able to reproduce this issue if I click with the mouse on an empty area in a render block. Going with the unignored parent's node seems like a reasonable thing to do (and pass along to ATs) under these circumstances. Created attachment 185881 [details]
Patch
Comment on attachment 185881 [details] Patch Clearing flags on attachment: 185881 Committed r141503: <http://trac.webkit.org/changeset/141503> All reviewed patches have been landed. Closing bug. |