[Webkit-unassigned] [Bug 82187] New: [Qt] Assert in GestureTapHighlighter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 04:03:09 PDT 2012


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

           Summary: [Qt] Assert in GestureTapHighlighter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at nokia.com


When clicking on a link you will occationally trigger the two ASSERTs addHighlightRect.
    ASSERT(!rect.intersects(prev));
    ASSERT(!rect.intersects(next));

It appears to be possible because the center-block is adjusted to the boundaries of first and last rect, after it has been tested if it intersects with first or last.

-- 
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