[Webkit-unassigned] [Bug 87408] New: [BlackBerry] call WebPagePrivate::setViewportSize when tree needs layout can cause artifacts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 11:18:26 PDT 2012


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

           Summary: [BlackBerry] call WebPagePrivate::setViewportSize when
                    tree needs layout can cause artifacts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at webkit.org
                CC: tonikitoo at webkit.org


>From PR # 153056:

When typing in the navigation bar the layout size of iris changes to accommodate the VKB. When this happens html.clientHeight and body.clientHeight is 822px. After pressing enter the VKB is dismissed and the navigation bar remains in its position at 822px. At this point html.clientHeight is now 1280px and body.clientHeight is still 822px despite the 'height: 100%' style on the
body.

Certain manipulations to the web page will cause it to correct itself and clicking on an element on the elements view in webinpsector will correct it too. I believe webinpsector forces a full css and layout calculation when this is done.

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