[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2023-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437155

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #15 from Nate Graham  ---
This is now fully fixed for Plasma 6.

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

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

--- Comment #14 from Nate Graham  ---
ScrollArea instances that still need to be ported away from to call this fully
fixed:

plasma-desktop/desktoppackage/contents/explorer/AppletAlternatives.qml:85
plasma-desktop/desktoppackage/contents/activitymanager/ActivityManager.qml:92
plasma-desktop/applets/window-list/contents/ui/main.qml:76
plasma-desktop/applets/kicker/package/contents/ui/ItemGridView.qml:172
plasma-desktop/applets/kicker/package/contents/ui/ItemMultiGridView.qml:14
plasma-desktop/applets/kicker/package/contents/ui/DashboardRepresentation.qml:800
plasma-desktop/applets/kicker/package/contents/ui/ItemListView.qml:119
plasma-desktop/containments/desktop/package/contents/ui/FolderView.qml:630

plasma-framework/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml:39
plasma-framework/src/declarativeimports/plasmaextracomponents/qml/PageRow.qml:169

plasma-pk-updates/src/plasma/contents/ui/Full.qml:172

plasma-sdk/themeexplorer/package/contents/ui/delegates/scrollbar.qml:28

plasma-workspace/lookandfeel/contents/windowswitcher/WindowSwitcher.qml:30

kate/addons/sessionapplet/applet/contents/ui/Menu.qml:15

kdeplasma-addons/applets/konsoleprofiles/package/contents/ui/konsoleprofiles.qml:9
kdeplasma-addons/applets/diskquota/package/contents/ui/main.qml:72
kdeplasma-addons/applets/comic/package/contents/ui/FullViewWidget.qml:35
kdeplasma-addons/applets/comic/package/contents/ui/ImageWidget.qml:12
kdeplasma-addons/applets/userswitcher/package/contents/ui/main.qml:154

kup/plasmoid/contents/ui/FullRepresentation.qml:63

kscreenlocker/greeter/fallbacktheme/SessionSwitching.qml:3

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2021-11-27 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=437155

--- Comment #13 from Patrick Silva  ---
Folder View widget added to desktop is affected on neon unstable.

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2021-10-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437155

--- Comment #12 from Nate Graham  ---
Repos that still need to have their scroll views ported from ScrollArea to
ScrollView to consider this fully fixes:

- plasma-desktop
- plasma-pa

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2021-10-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437155

--- Comment #11 from Nate Graham  ---
Git commit 5169dff83384cf255ecfbd600036b80763f0885e by Nate Graham, on behalf
of Carl Schwan.
Committed on 12/10/2021 at 20:11.
Pushed by ngraham into branch 'master'.

Port away from ScrollArea to ScrollView

In most cases the port is trivial and can even simplify the code like in
the case of the system tray applet. In the case of notifications applet,
this is causing a bigger refactor and it's now also using a TextArea
that provides the automatic scrolling when selecting behavior.

M  +3-1applets/batterymonitor/package/contents/ui/PopupDialog.qml
M  +5-2applets/clipboard/contents/ui/Menu.qml
M  +3-1   
applets/devicenotifier/package/contents/ui/FullRepresentation.qml
M  +5-2applets/notifications/package/contents/ui/FullRepresentation.qml
M  +55   -87   applets/notifications/package/contents/ui/SelectableLabel.qml
M  +26   -28   applets/systemtray/package/contents/ui/HiddenItemsView.qml
M  +6-3lookandfeel/contents/runcommand/RunCommand.qml

https://invent.kde.org/plasma/plasma-workspace/commit/5169dff83384cf255ecfbd600036b80763f0885e

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2021-10-12 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=437155

--- Comment #10 from Méven Car  ---
Git commit cba7b1f70dc38af3f7c8d5aa5974d6714bad62b3 by Méven Car.
Committed on 12/10/2021 at 15:04.
Pushed by ngraham into branch 'master'.

Port WidgetExplorer' PlasmaExtras.ScrollArea to PC3.ScrollView
Related: bug 426077

M  +14   -10   desktoppackage/contents/explorer/WidgetExplorer.qml
M  +1-1desktoppackage/contents/views/Desktop.qml

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

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2021-09-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=437155

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

2021-08-12 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=437155

David Redondo  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

--- Comment #8 from David Redondo  ---
*** Bug 440873 has been marked as a duplicate of this bug. ***

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

[frameworks-plasma] [Bug 437155] Scroll views scroll themselves up when completely scrolled down with touchpad

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

Nate Graham  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
  Component|Widget Explorer |components
Summary|[Wayland] Widgets list  |Scroll views scroll
   |scrolls itself up when  |themselves up when
   |completely scrolled down|completely scrolled down
   |with touchpad   |with touchpad
   See Also|https://bugs.kde.org/show_b |https://bugs.kde.org/show_b
   |ug.cgi?id=440874|ug.cgi?id=387797
Version|5.21.90 |5.84.0
 CC||plasma-b...@kde.org
Product|plasmashell |frameworks-plasma
   Assignee|plasma-b...@kde.org |notm...@gmail.com

--- Comment #7 from Nate Graham  ---
Still reproducible, that's unrelated. It's a general problem in the Plasma
scroll area. Possibly a different manifestation of Bug 387797.

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