[Webkit-unassigned] [Bug 112236] New: [BlackBerry] Allow an embedder to position child windows using window coordinates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 01:44:09 PDT 2013


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

           Summary: [BlackBerry] Allow an embedder to position child
                    windows using window coordinates
           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: anilsson at rim.com
                CC: rwlbuis at gmail.com, staikos at kde.org,
                    jpetsovits at rim.com, mifenton at rim.com,
                    mlattanzio at rim.com


Currently, child windows may be positioned in document coordinates, which requires the BlackBerry::Platform::Graphics::Window::virtualRect() of the parent window to be kept in sync with the document visible content rect. This is easy if there's a one-to-one correspondence between windows and scrollable frames.

However, for an embedder that can display an entire scene graph (where the web page is just one of the nodes) in one window, several scrollable frames may be present in that window, and it's difficult to know which scrollable frame to sync the virtualRect with.

For the latter scenario, it makes more sense to use window coordinates to place child windows.

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