[Webkit-unassigned] [Bug 29676] New: [Qt] QWebPage::setView() changes incorrectly the viewport size of a QWebGraphicsItem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 04:21:28 PDT 2009


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

           Summary: [Qt] QWebPage::setView() changes incorrectly the
                    viewport size of a QWebGraphicsItem
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jpnurmi at gmail.com


Prevent QWebPage::setView() from changing the viewport size on the fly in case
the view doesn't actually change. QWebPage::setView() is called upon every
QWebGraphicsItem::hoverMoveEvent(), which forces the viewport size to be equal
to the size of the whole graphics view. The geometry of a single graphics item
rarely matches the geometry of the whole graphics view.

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