[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

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

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.91
  Latest Commit||https://invent.kde.org/fram
   ||eworks/qqc2-desktop-style/c
   ||ommit/a673947eff52283a691c4
   ||a1c42a2a5fc10577aa3
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Nate Graham  ---
Git commit a673947eff52283a691c4a1c42a2a5fc10577aa3 by Nate Graham.
Committed on 07/01/2022 at 02:04.
Pushed by ngraham into branch 'master'.

Slider: handle scrolling

The Plasma and QtWidgets sliders do this too; qqc2-desktop-style Sliders
should do the same for consistency, especially now that there's no
longer a conflict between scrollable controls and any scrollable view
they may live on.

Implementation is more or less copied from ComboBox.qml.
FIXED-IN: 5.91

M  +34   -0org.kde.desktop/Slider.qml

https://invent.kde.org/frameworks/qqc2-desktop-style/commit/a673947eff52283a691c4a1c42a2a5fc10577aa3

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

[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

2022-01-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417211

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/116

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

[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

2021-10-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417211

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/99

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

[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

2020-02-07 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417211

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

2020-02-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417211

--- Comment #3 from Nate Graham  ---
(In reply to Ivaylo Atanasov from comment #2)
> May be it will be good to have somewhere a global option to select whether
> or not scrolling on sliders be allowed ...
I would be very strongly in favor or that.

Step one is to make everything consistent of course. :)

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

[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

2020-02-06 Thread Ivaylo Atanasov
https://bugs.kde.org/show_bug.cgi?id=417211

--- Comment #2 from Ivaylo Atanasov  ---
(In reply to Nate Graham from comment #1)
> I'm glad you like it!
> 
> You can already give focus to the slider by clicking on it or repeatedly
> hitting the tab key. Then once it's focused, you can manipulate it using the
> arrow keys.
> 
> it's true that you can't scroll over it to change the value. Most sliders
> implement this behavior so we should fix it here for consistency's sake
> (even though I don't like this behavior or think it's a good idea most of
> the time).
> 
> Looking deeper, it seems like this is a problem for all QQC2 sliders, not
> just the one in this KCM. Moving the bug appropriately.

Yeah, I know that tabbing or clicking would do the job, but I wondered whether
it could be done with little or no effort immediately, right away - it matters
when changing values constantly, or you may consider providing an option to add
more time intervals for particular hours of the day/night - for example I would
like to get a more red picture at midnight, not the same value as early evening
...

May be it will be good to have somewhere a global option to select whether or
not scrolling on sliders be allowed ...

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

[frameworks-qqc2-desktop-style] [Bug 417211] Sliders can't be manipulated by scrolling while hovered

2020-02-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417211

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
Summary|Allow scrolling to change   |Sliders can't be
   |Night Color temperature,|manipulated by scrolling
   |not only manual sliding |while hovered
  Component|kcm_nightcolor  |general
Version|unspecified |5.66.0
 CC||k...@davidedmundson.co.uk,
   ||n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
Product|systemsettings  |frameworks-qqc2-desktop-sty
   ||le
   Assignee|plasma-b...@kde.org |notm...@gmail.com

--- Comment #1 from Nate Graham  ---
I'm glad you like it!

You can already give focus to the slider by clicking on it or repeatedly
hitting the tab key. Then once it's focused, you can manipulate it using the
arrow keys.

it's true that you can't scroll over it to change the value. Most sliders
implement this behavior so we should fix it here for consistency's sake (even
though I don't like this behavior or think it's a good idea most of the time).

Looking deeper, it seems like this is a problem for all QQC2 sliders, not just
the one in this KCM. Moving the bug appropriately.

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