Bugzilla – Bug 197828
keyboard focus order in 'Clock and Time Zone'
Last modified: 2008-07-16 15:43:46 UTC
with whatever fell off the buildsystem this morning: keyboard navigation in the 'Clock and Time Zone' window in first stage install is slightly broken. The focus is in the 'Region' list initially, <TAB> should jump over to 'Time Zone'. But instead it gets to 'Hardware Clock Set To', next <TAB> gets to the 'Change...' button. After the 'Change...' button, 'Time Zone' list finally gets the focus.
I doubt if we can change the order, in some rare cases it's possible, but usually not. Jiri?
The order might be strange because I'm using ReplacePoint in that dialog. But I have to use it, as there is no other way to change items in SelectionBox
*** This bug has been marked as a duplicate of bug 149806 ***
Jiri, FYI: You can now replace the items of a SelectionBox without destroying and recreating the entire widget. See the (relatively new) UI examples SelectionBox-replace-items1.ycp and SelectionBox-replace-items2.ycp .