https://bugs.kde.org/show_bug.cgi?id=393749

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
   Version Fixed In|                            |5.70
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/pla
                   |                            |sma-framework/52c0a136f9fff
                   |                            |59db30210a788e9f904ea594fa4

--- Comment #6 from Nate Graham <n...@kde.org> ---
Git commit 52c0a136f9fff59db30210a788e9f904ea594fa4 by Nate Graham.
Committed on 18/04/2020 at 05:45.
Pushed by ngraham into branch 'master'.

[ExpandableListItem] make it touch-friendly

Summary:
Right now ExpandableListItem is not very touch-friendly due to use of a
mousearea
hover effect for choosing the selected item. This patch fixes that by using a
`TapHandler`
to handle left-clicks and  touch input. We still need a MouseArea inside it to
handle
non-touch hover and right-click behaviors.
FIXED-IN: 5.70

Test Plan: Click behavior is identical to how it was before, but now touch
works too: {F8234452}

Reviewers: #plasma, apol, #vdg, niccolove

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D28808

M  +124  -113 
src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml

https://commits.kde.org/plasma-framework/52c0a136f9fff59db30210a788e9f904ea594fa4

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to