Bug 17643 - [wx] Scrolling fixes
Summary: [wx] Scrolling fixes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Wx
Depends on:
Blocks:
 
Reported: 2008-03-02 21:01 PST by Kevin Ollivier
Modified: 2008-03-03 21:49 PST (History)
0 users

See Also:


Attachments
wx scrolling fixes (3.39 KB, patch)
2008-03-02 21:05 PST, Kevin Ollivier
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Ollivier 2008-03-02 21:01:47 PST
Patch to fix scrolling on Windows due to m_isAccepted not being initialized, implement page scrolling, and remove a duplicate wx event binding for the SCROLLWIN_TOP event.
Comment 1 Kevin Ollivier 2008-03-02 21:05:50 PST
Created attachment 19488 [details]
wx scrolling fixes
Comment 2 Kevin Ollivier 2008-03-02 21:31:28 PST
r=alp, landed in r30707.