[Webkit-unassigned] [Bug 93845] New: [Qt] Assertion in RenderObject::offsetFromAncestorContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 07:28:59 PDT 2012


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

           Summary: [Qt] Assertion in
                    RenderObject::offsetFromAncestorContainer
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at nokia.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list