[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482752

Nate Graham  changed:

   What|Removed |Added

 CC|m...@ratijas.tk   |

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

[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-05-01 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482752

--- Comment #5 from Albert Vaca Cintora  ---
Created attachment 169079
  --> https://bugs.kde.org/attachment.cgi?id=169079&action=edit
Screenshot of the kdeconnect Kirigami app

The buttons in the attached screenshot are created by Kirigami. In the
kdeconnect-app code we just create Kirigami.Actions and Kirigami turns the
actions into buttons. Kirigami.Actions can't have KeyNavigation.tab to "fix"
(workaround) the ordering problem (because they are abstract, non-graphical
elements).

If you manage to focus the buttons in the screenshot (you need the mouse for
that, but different bug), then they keyboard navigation goes through them
right-to-left instead of left-to-right. I haven't found anything we can do on
our side to fix that.

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

[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-04-23 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=482752

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|NOT A BUG   |---
 Status|RESOLVED|REOPENED

--- Comment #4 from Carl Schwan  ---
I disagree the broken tab order is a bug in Kirigami.ActionToolBar and not an
app specific bug

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

[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-03-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482752

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #3 from Nate Graham  ---
I think this would benefit from getting more specific, rather than more
general. There isn't a way we can "fix tab navigation in Kirigami", since bad
tab navigation in QtQuick apps can be affected by:
- Incorrect or missing tab navigation handling in app code
- Incorrect or missing tab navigation handling in specific Kirigami-specific
components
- Incorrect tab navigation handling in the QtQuick desktop style

...And there's no way to know which one is going on without investigating it.
So it's more helpful to have bug reports on specific instances of it being bad.
Would you mind doing that?

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

[frameworks-kirigami] [Bug 482752] Tab navigation isn't great

2024-03-12 Thread Albert Vaca Cintora
https://bugs.kde.org/show_bug.cgi?id=482752

Albert Vaca Cintora  changed:

   What|Removed |Added

   Target Milestone|--- |Not decided
  Component|messaging-application   |general
Product|kdeconnect  |frameworks-kirigami
   Assignee|si...@ergotech.com  |kdelibs-b...@kde.org

--- Comment #2 from Albert Vaca Cintora  ---
I don't think those can be fixed in KDE Connect, we don't have any way to
affect the behavior of tabbing through elements... it need to be fixed in
Kirigami or Qt, so I'm bouncing it back to Kirigami and if Qt folks need to get
involved I think this should happen from a Kirigami perspective. However, at
the very least the issue of selected items not being visually highlighted
should be 100% solvable within Kirigami. I also found this issue had been
reported in the past already [1] so sorry for the dupe.

[1]  https://bugs.kde.org/show_bug.cgi?id=475093

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