Bug 210002 - [GTK] New scrollbar click behavior
Summary: [GTK] New scrollbar click behavior
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-04 05:27 PDT by Alice Mikhaylenko
Modified: 2020-04-14 05:17 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2020-04-14 03:12 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Patch (1.59 KB, patch)
2020-04-14 03:13 PDT, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alice Mikhaylenko 2020-04-04 05:27:39 PDT
See https://bugs.webkit.org/show_bug.cgi?id=115363, this is an issue with non-native scrollbars now.

When you click on the trough outside the drag handle, the position just jumps a bit into that direction instead of:
1. Scrollbar handle jumping there immediately (in GTK even with an animation)
2. Starting a drag
Comment 1 Carlos Garcia Campos 2020-04-04 05:34:41 PDT
Yes, we did this on purpose, following the behavior of other browsers instead of GTK, but I agree we should follow GTK for consistency, at least in the GTK port. I'll fix it.
Comment 2 Carlos Garcia Campos 2020-04-14 03:12:01 PDT
Created attachment 396394 [details]
Patch
Comment 3 Carlos Garcia Campos 2020-04-14 03:13:30 PDT
Created attachment 396395 [details]
Patch
Comment 4 Carlos Garcia Campos 2020-04-14 05:17:48 PDT
Committed r260070: <https://trac.webkit.org/changeset/260070>