Bug 226331 - [GTK4] Scrollbar click doesn't work as expected when native scrollbars are off
Summary: [GTK4] Scrollbar click doesn't work as expected when native scrollbars are off
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: 2021-05-27 07:04 PDT by Alice Mikhaylenko
Modified: 2021-07-12 01:22 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.60 KB, patch)
2021-07-10 15:08 PDT, Alice Mikhaylenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alice Mikhaylenko 2021-05-27 07:04:53 PDT
Clicking the scrollbar just scrolls slightly in that direction instead of moving the slider under the pointer immediately and starting a drag.
Comment 1 Alice Mikhaylenko 2021-07-10 14:54:54 PDT
Looks like it was fixed in https://bugs.webkit.org/show_bug.cgi?id=210002 for GTK3, but that code path is never hit in GTK4 and we use ScrollbarThemeAdwaita directly, so it will have to be done there as well.
Comment 2 Alice Mikhaylenko 2021-07-10 15:08:28 PDT
Created attachment 433278 [details]
Patch
Comment 3 EWS 2021-07-12 01:22:47 PDT
Committed r279821 (239582@main): <https://commits.webkit.org/239582@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 433278 [details].