Bug 93845

Summary: [Qt] Assertion in RenderObject::offsetFromAncestorContainer
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: Layout and RenderingAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, webkit.review.bot
Priority: P2    
Version: 420+   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.