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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |6.0
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-desktop/-/commit/
                   |                            |af2df3c153f227332172d0e87fe
                   |                            |98a0637d41a04

--- Comment #44 from Nate Graham <n...@kde.org> ---
Git commit af2df3c153f227332172d0e87fe98a0637d41a04 by Nate Graham, on behalf
of Forest ix.
Committed on 12/09/2023 at 21:26.
Pushed by ngraham into branch 'master'.

Kickoff: add option to move sidebar to the right side of the popup

Always placing the category sidebar on the left made it an obstacle to
reaching the favorites when Kickoff was located at the left edge of the
screen. The direct path to select an item from the Favorites list
required the user to move the mouse across the sidebar area, and if the
journey across sidebar items took longer than half a second or
curved/veered in a way that the triangle filter doesn't expect, it would
be interpreted as a hovering sidebar selection, removing the favorites
from view and disorienting the user. Since humans don't always move mice
in quick, perfectly linear motions, this frustrated more than a few
people rather often.

It was especially problematic when Kickoff was at the bottom left corner
of the screen, because the sidebar's Favorites category item (which is
always at the top of the list) was then as far away from the mouse as
possible, adding insult to injury by making it extra inconvenient to
find and click whenever the user had to restore the favorites to view.

Then, after restoring the favorites to view, the original experience
could easily repeat as the user once again moved the mouse from the
sidebar's Favorites category item, across the sidebar, toward their
target in the Favorites list.

Solution:

This patch adds a config option to place the sidebar on the right,
so people can have their favorites near the mouse when it opens.

Layout mirroring is respected, so Tab key navigation should work just as
well in locales with right-to-left Tab key navigation as it does with
left-to-right.
FIXED-IN: 6.0

M  +4    -0    applets/kickoff/package/contents/config/main.xml
M  +28   -10   applets/kickoff/package/contents/ui/BasePage.qml
M  +27   -0    applets/kickoff/package/contents/ui/ConfigGeneral.qml
M  +18   -29   applets/kickoff/package/contents/ui/Footer.qml
M  +7    -2    applets/kickoff/package/contents/ui/FullRepresentation.qml
M  +44   -37   applets/kickoff/package/contents/ui/Header.qml
M  +10   -0    applets/kickoff/package/contents/ui/Kickoff.qml
M  +2    -2    applets/kickoff/package/contents/ui/KickoffGridView.qml
M  +10   -4    applets/kickoff/package/contents/ui/LeaveButtons.qml

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

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

Reply via email to