Bug 464829

Summary: Now impossible to select-multi-line text on scrollable views
Product: [Frameworks and Libraries] frameworks-qqc2-desktop-style Reporter: Nate Graham <nate>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: ahiemstra, butirsky, kde, me, noahadvs, notmart
Priority: NOR Keywords: regression
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=460052
Latest Commit: Version Fixed In:

Description Nate Graham 2023-01-25 21:42:24 UTC
Following https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215 being merged, scrollable views that include selectable labels now scroll up and down when you try to click-and-drag to select multiple lines of text. This can be seen on NeoChat's chat view and Discover's app page, both of which have selectable multi-line text on scrollable views.
Comment 1 Nate Graham 2023-01-25 21:43:55 UTC
In essence, mouse-selectable text now triggers Bug 460052, whereas before https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215 was merged, it didn't.
Comment 2 ratijas 2023-01-26 20:59:46 UTC
OK, so that wasn't just me glitching out, huh
Comment 3 Marco Martin 2023-02-01 08:25:45 UTC
Same bug in Kirigami.SelectableLabel that plain Label had
Comment 4 Marco Martin 2023-02-01 08:26:02 UTC
has nothing to do with https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215
Comment 5 Bug Janitor Service 2023-02-01 08:30:29 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/949
Comment 6 Marco Martin 2023-02-01 09:10:10 UTC
Git commit de1ae4b302e1e41012211a9826f687e2550c91f0 by Marco Martin.
Committed on 01/02/2023 at 09:09.
Pushed by mart into branch 'master'.

Disable HoverHandler

As https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215
the hoverhandler needs to be disabled in order to not steal events from
the flickable (and making it flickable with mouse even if in a ScrollView)

When disabled, an HoverHAndler *still* has the behavior on hover
working,
it just disables press events handling which shouldn't accept in the
first place

M  +7    -0    src/controls/SelectableLabel.qml

https://invent.kde.org/frameworks/kirigami/commit/de1ae4b302e1e41012211a9826f687e2550c91f0
Comment 7 Marco Martin 2023-02-01 09:46:44 UTC
Git commit b2a5c8901cb91c42f29a9fb742f31600f19595b1 by Marco Martin.
Committed on 01/02/2023 at 09:46.
Pushed by mart into branch 'kf5'.

Disable HoverHandler

As https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/215
the hoverhandler needs to be disabled in order to not steal events from
the flickable (and making it flickable with mouse even if in a ScrollView)

When disabled, an HoverHAndler *still* has the behavior on hover
working,
it just disables press events handling which shouldn't accept in the
first place

M  +7    -0    src/controls/SelectableLabel.qml

https://invent.kde.org/frameworks/kirigami/commit/b2a5c8901cb91c42f29a9fb742f31600f19595b1