[Webkit-unassigned] [Bug 17165] New: Widget needs to subclass wxWindow, not wxScrolledWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 11:24:33 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17165

           Summary: Widget needs to subclass wxWindow, not wxScrolledWindow
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevinwatters at gmail.com


Widget (and therefore ScrollView) currently inherits from wxScrolledWindow, a
class intended to be a simple container for a panel whose virtual area exceeds
that of a window on screen.

Since WebKit provides Javascript with means to enable and disable scrollbars as
well as scroll the page, Widget needs to perform scrolling at a lower level
than wxScrolledWindow.

This results in scrollbars that can't be disabled and difficulty scrolling
smoothly, among other issues.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list