[Discover] [Bug 505551] On scrollable pages with list views, arrow keys scroll the page rather than moving focus between list delegates

2025-06-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=505551

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/discover/-/commit/056eb1 |ma/discover/-/commit/7e91ea
   |584ae1b810fce11bcb4398eb9e1 |62833482b8a50c9ec0ed0219955
   |1d7a95b |c4e4b09

--- Comment #5 from Nate Graham  ---
Git commit 7e91ea62833482b8a50c9ec0ed0219955c4e4b09 by Nate Graham, on behalf
of Christoph Wolk.
Committed on 17/06/2025 at 13:27.
Pushed by ngraham into branch 'Plasma/6.4'.

ApplicationsListPage: give listview default focus

The ListView on ApplicationsListPage does not have default focus, so if
something like running a search places focus on the results page, focus
gets stuck on the page itself rather than being passed down, and arrow
keys scroll the list, rather than select items.

Instead, mark the ListView as focus: true, so it'll have default focus
in the page's focusscope.
FIXED-IN: 6.4.1


(cherry picked from commit 056eb1584ae1b810fce11bcb4398eb9e11d7a95b)

Co-authored-by: Christoph Wolk 

M  +1-0discover/qml/ApplicationsListPage.qml

https://invent.kde.org/plasma/discover/-/commit/7e91ea62833482b8a50c9ec0ed0219955c4e4b09

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

[Discover] [Bug 505551] On scrollable pages with list views, arrow keys scroll the page rather than moving focus between list delegates

2025-06-14 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=505551

cwo  changed:

   What|Removed |Added

   Version Fixed In||6.4.1
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/discover/-/commit/056eb1
   ||584ae1b810fce11bcb4398eb9e1
   ||1d7a95b
 Status|ASSIGNED|RESOLVED

--- Comment #4 from cwo  ---
Git commit 056eb1584ae1b810fce11bcb4398eb9e11d7a95b by Christoph Wolk.
Committed on 14/06/2025 at 10:23.
Pushed by cwo into branch 'master'.

ApplicationsListPage: give listview default focus

The ListView on ApplicationsListPage does not have default focus, so if
something like running a search places focus on the results page, focus
gets stuck on the page itself rather than being passed down, and arrow
keys scroll the list, rather than select items.

Instead, mark the ListView as focus: true, so it'll have default focus
in the page's focusscope.
FIXED-IN: 6.4.1

M  +1-0discover/qml/ApplicationsListPage.qml

https://invent.kde.org/plasma/discover/-/commit/056eb1584ae1b810fce11bcb4398eb9e11d7a95b

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

[Discover] [Bug 505551] On scrollable pages with list views, arrow keys scroll the page rather than moving focus between list delegates

2025-06-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=505551

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[Discover] [Bug 505551] On scrollable pages with list views, arrow keys scroll the page rather than moving focus between list delegates

2025-06-13 Thread cwo
https://bugs.kde.org/show_bug.cgi?id=505551

--- Comment #2 from cwo  ---
(In reply to Nate Graham from comment #1)
> Can confirm. This is the result of a challenging interaction between
> Kirigami.ScrollablePage and the ListView inside it.

I think it's just the listview not having initial focus, if you tab to it, it
works.

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

[Discover] [Bug 505551] On scrollable pages with list views, arrow keys scroll the page rather than moving focus between list delegates

2025-06-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=505551

Nate Graham  changed:

   What|Removed |Added

 CC||[email protected],
   ||[email protected],
   ||[email protected],
   ||[email protected],
   ||[email protected]
Summary|Arrow keys don't work   |On scrollable pages with
   |properly|list views, arrow keys
   ||scroll the page rather than
   ||moving focus between list
   ||delegates
   Keywords||usability
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
Can confirm. This is the result of a challenging interaction between
Kirigami.ScrollablePage and the ListView inside it.

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