[Webkit-unassigned] [Bug 37419] New: [Haiku] Fix bridging Widget to native top-level BView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 11 15:45:04 PDT 2010


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

           Summary: [Haiku] Fix bridging Widget to native top-level BView.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: superstippi at gmx.de


In the Haiku port, there is no mapping between native widgets and WebCore
Widget instances. There is only a top-level BView which renders a web page into
a bitmap. For certain WebCore widget functionality, we need to access this
BView, like for setting the current cursor or forcing focus. On the other hand,
setting a platform widget pointer on Widget results into completely different
behavior, like ScrollView tries to forward everything instead of handling stuff
itself. To make this work, the pointer to a "top-level" BView is stored in
every Widget for the Haiku port.

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