| Summary: | Focus doesn't move between UI elements in a logical way | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | skierpage <info> |
| Component: | Open/save dialogs | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kdelibs-bugs-null, nate, redashesyellowflowers |
| Priority: | NOR | Keywords: | accessibility, usability |
| Version First Reported In: | 5.59.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=466209 | ||
| Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/4a77d4d5630950d5662befd936455c6b13285d99 | Version Fixed/Implemented In: | 6.11 |
| Sentry Crash Report: | |||
|
Description
skierpage
2019-07-05 23:54:11 UTC
Let's use this to track the focus not moving in a logical way. The bug about focus getting stuck can be tracked with Bug 466206. Er, no, sorry, it's tracked with Bug 466209. *** Bug 452993 has been marked as a duplicate of this bug. *** Git commit 4a77d4d5630950d5662befd936455c6b13285d99 by Marco Martin. Committed on 04/02/2025 at 13:51. Pushed by mart into branch 'master'. A way to insert KUrlNavigator pieces in a deterministic place in the focus chain QWidget::setTabOrder won't work correctly with KUrlNavigator, as by itself it won't accept focus, but will contain child widgets on which setTabOrder will be set by itself, altering the tab order that might have been set by any parent widget Related: bug 466209 FIXED-IN: 6.11 M +39 -7 src/filewidgets/kfilewidget.cpp M +10 -1 src/filewidgets/kurlnavigator.cpp M +10 -0 src/filewidgets/kurlnavigator.h https://invent.kde.org/frameworks/kio/-/commit/4a77d4d5630950d5662befd936455c6b13285d99 |