Bug 187056 - Tab order in keyboard shortcut config is FUBAR
Summary: Tab order in keyboard shortcut config is FUBAR
Status: RESOLVED WORKSFORME
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_keys (other bugs)
Version First Reported In: 4.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Michael Jansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 15:46 UTC by Sebastian Redl
Modified: 2009-04-10 22:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Redl 2009-03-13 15:46:35 UTC
Version:            (using KDE 4.1.4)
OS:                Linux
Installed from:    Ubuntu Packages

Using the keyboard to navigate the keyboard shortcut settings is, ironically enough, not exactly keyboard-friendly. The observed tab order is (I hope the ASCII art is preserved):

4.  2. Export Scheme <---- 1. Import Scheme
Areas    |
 <- 3. KDE Component
    6. Search -------\
       ^             |
 -> 5. Action list   |
            7. Individual controls of action if openened
8. Unknown (disabled Help button?)
9. Defaults button
10. Unknown (disabled Reset or Apply button?)

The expected order would be:

1. Top bar (Overview, Search)
2. Areas (Keyboard, Mouse, Keyboard Shortcuts)
3. Export Scheme
4. Import Scheme
5. KDE component
6. Search
7. Shortcuts
8. Individual controls
9. Help
10. Defaults
11. Reset
12. Apply

with disabled controls not appearing in the order, of course.
Comment 1 Dario Andres 2009-04-10 22:56:45 UTC
This dialog was simplified in the KDE4.3.x code. 
Now there is only one problem, the list gets focus first instead of the search bar (which is above it), but this must be addressed on kdelibs. 
Thanks