Bug 210002

Summary: [GTK] New scrollbar click behavior
Product: WebKit Reporter: Alice Mikhaylenko <alicem>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch aperez: review+

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>