[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.26|5.25.5

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-17 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=450448

Noah Davis  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/66 |ma/plasma-desktop/commit/b3
   |507b5df163071128a90983d10f6 |1aeb62f739c8e948acc4d687895
   |99aa1a9b3cf |f32e86aa986

--- Comment #9 from Noah Davis  ---
Git commit b31aeb62f739c8e948acc4d687895f32e86aa986 by Noah Davis.
Committed on 17/08/2022 at 00:13.
Pushed by ngraham into branch 'Plasma/5.25'.

Disable Drag and Drop for touch, fix drag and drop icons

Drag and drop conflicted with drag/flick scrolling and drag and drop was
deemed less important than scrolling or opening the context menu for
touch. Maybe in the future we can have a way to at least rearrange
favorites with touch input.

This commit does the same thing as
66507b5df163071128a90983d10f699aa1a9b3cf, but that one couldn't be
cherry-picked.

M  +12   -11   applets/kickoff/package/contents/ui/KickoffItemDelegate.qml

https://invent.kde.org/plasma/plasma-desktop/commit/b31aeb62f739c8e948acc4d687895f32e86aa986

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.26

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-15 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=450448

Noah Davis  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/commit/66
   ||507b5df163071128a90983d10f6
   ||99aa1a9b3cf
 Resolution|--- |FIXED

--- Comment #8 from Noah Davis  ---
Git commit 66507b5df163071128a90983d10f699aa1a9b3cf by Noah Davis.
Committed on 16/08/2022 at 03:01.
Pushed by ndavis into branch 'master'.

Disable Drag and Drop for touch, fix drag and drop icons

Drag and drop conflicted with drag/flick scrolling and drag and drop was
deemed less important than scrolling or opening the context menu for
touch. Maybe in the future we can have a way to at least rearrange
favorites with touch input.

Drag and drop icons seem to have been broken by commit
0868a5ae8154d10ccc7488034bc5b6e458a17968 and are now fixed.

M  +15   -12  
applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml
M  +3-0applets/kickoff/package/contents/ui/KickoffGridDelegate.qml
M  +2-0applets/kickoff/package/contents/ui/KickoffListDelegate.qml

https://invent.kde.org/plasma/plasma-desktop/commit/66507b5df163071128a90983d10f699aa1a9b3cf

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=450448

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1094

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

Nate Graham  changed:

   What|Removed |Added

Version|5.24.0  |5.25.0
   Keywords||regression

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

--- Comment #6 from Nate Graham  ---
We could port them to *Handler items, but there's sort of a conceptual
incompatibility between touch-scrolling and touch-dragging, for views where
items are draggable. We currently have press-and-hold bound to "show context
menu," so we would have to re-arrange the UI a bit probably, to make
press-and-hold-and-drag re-arrange items, while
press-and-hold-and-release-without-moving opens a context menu.

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

--- Comment #5 from Nate Graham  ---
Looks like it's the embedded MouseArea in each delegate that blocks events from
reaching the scrollable view.

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-08-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

--- Comment #4 from Nate Graham  ---
Looks like it works if you drag on a header (using either a touchscreen or a
pointing device, interestingly), but if you do it on an item, it eats the event
and treats it as an attempt to activate the item.

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-07-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-07-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=450448

Patrick Silva  changed:

   What|Removed |Added

 CC||personalizedrefrigerator@gm
   ||ail.com

--- Comment #3 from Patrick Silva  ---
*** Bug 456708 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-02-17 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=450448

Fushan Wen  changed:

   What|Removed |Added

 CC||qydwhotm...@gmail.com
Version|master  |5.24.0

--- Comment #2 from Fushan Wen  ---
Can reproduce in 5.24.0

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

[plasmashell] [Bug 450448] Scrolling with touchscreen does not work consistently

2022-02-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450448

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
Can reproduce.

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