Bug 25250 - Allow Windows scrollbars to snap to drag origin when mouse is dragged away
Summary: Allow Windows scrollbars to snap to drag origin when mouse is dragged away
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Peter Kasting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 15:38 PDT by Peter Kasting
Modified: 2009-04-21 11:35 PDT (History)
1 user (show)

See Also:


Attachments
patch v1 (14.33 KB, patch)
2009-04-16 16:12 PDT, Peter Kasting
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kasting 2009-04-16 15:38:00 PDT
This is a platform-native behavior that the old, pre-scrollbar-refactor Chromium code had but the new, refactored code doesn't.

I have a patch for this for both Chromium and Safari/Win (hyatt is not a huge fan of this behavior but prefers it go in both platforms for ease of future code unification).
Comment 1 Peter Kasting 2009-04-16 16:12:19 PDT
Created attachment 29560 [details]
patch v1

Per hyatt on IRC, this implements the functionality for both Chromium and Safari.
Comment 2 Dave Hyatt 2009-04-21 10:57:24 PDT
Comment on attachment 29560 [details]
patch v1

r=me
Comment 3 Peter Kasting 2009-04-21 11:35:27 PDT
Fixed in r42721.