Bug 93845 - [Qt] Assertion in RenderObject::offsetFromAncestorContainer
Summary: [Qt] Assertion in RenderObject::offsetFromAncestorContainer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 07:29 PDT by Allan Sandfeld Jensen
Modified: 2012-08-13 12:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.26 KB, patch)
2012-08-13 07:32 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-08-13 07:29:29 PDT
When activating a fixed element, the touch-highlighting code will trigger an assert in RenderObject::offsetFromAncestorContainer. ASSERT(nextContainer);

This happens because the RenderObject::container skipped the supplied container, due to the element being either fixed or absolute positioned.
Comment 1 Allan Sandfeld Jensen 2012-08-13 07:32:03 PDT
Created attachment 157993 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-13 12:24:28 PDT
Comment on attachment 157993 [details]
Patch

Clearing flags on attachment: 157993

Committed r125433: <http://trac.webkit.org/changeset/125433>
Comment 3 WebKit Review Bot 2012-08-13 12:24:32 PDT
All reviewed patches have been landed.  Closing bug.