[Webkit-unassigned] [Bug 76674] New: [Qt] [WK2] Division by zero error in QtViewportInteractionEngine::setItemRectVisible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 16:57:32 PST 2012


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

           Summary: [Qt] [WK2] Division by zero error in
                    QtViewportInteractionEngine::setItemRectVisible
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ostapenko.viatcheslav at nokia.com


When running WK2 API test sometimes getting division by zero in QtViewportInteractionEngine::setItemRectVisible on this line:

qreal itemScale = m_viewport->width() / itemRect.width();

This happens when webview not yet resized to the window size.

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