[frameworks-plasma] [Bug 393749] Applets using ExpandableListItem component are hard to use with a touch screen

2020-04-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393749

Nate Graham  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  ---
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.

[frameworks-plasma] [Bug 393749] Applets using ExpandableListItem component are hard to use with a touch screen

2020-04-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393749

--- Comment #5 from Nate Graham  ---
Patch: https://phabricator.kde.org/D28808

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

[frameworks-plasma] [Bug 393749] Applets using ExpandableListItem component are hard to use with a touch screen

2020-04-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393749

Nate Graham  changed:

   What|Removed |Added

   Assignee|notm...@gmail.com   |n...@kde.org
 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Nate Graham  ---
Working on a patch...

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

[frameworks-plasma] [Bug 393749] Applets using ExpandableListItem component are hard to use with a touch screen

2020-04-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393749

Nate Graham  changed:

   What|Removed |Added

Product|Bluedevil   |frameworks-plasma
  Component|system tray |components
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
   Keywords||usability
Version|5.12.5  |5.69.0
   Assignee|now...@gmail.com|notm...@gmail.com
Summary|Applet hard to use with a   |Applets using
   |touch-screen|ExpandableListItem
   ||component are hard to use
   ||with a touch screen
 Ever confirmed|0   |1

--- Comment #3 from Nate Graham  ---
Confirmed. I'll fix this for everything all at once in the ExpandableListItem
component.

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