[Webkit-unassigned] [Bug 77212] New: [Qt] Spurious resize events from frameviews using fixed layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 06:55:14 PST 2012


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

           Summary: [Qt] Spurious resize events from frameviews using
                    fixed layout
           Product: WebKit
           Version: 528+ (Nightly build)
          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 using a frame with fixed layout size, like Qt WebKit2 in touch mode, resize events are send every time the content resizes.

The problems seems to be that the widget has the size of the document, and resize events are send when widget size changes.

The solution should be simply to use the layout size instead of the widget size for determining if resize events should be send.

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