Bug 197828 - keyboard focus order in 'Clock and Time Zone'
Summary: keyboard focus order in 'Clock and Time Zone'
Status: RESOLVED DUPLICATE of bug 149806
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: Installation (show other bugs)
Version: Alpha 2plus
Hardware: PowerPC Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Hundhammer
QA Contact: Stanislav Visnovsky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 11:41 UTC by Olaf Hering
Modified: 2008-07-16 15:43 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olaf Hering 2006-08-08 11:41:30 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.
Comment 1 Ladislav Slezák 2006-08-08 13:41:08 UTC
I doubt if we can change the order, in some rare cases it's possible, but usually not. Jiri?
Comment 2 Jiří Suchomel 2006-08-08 14:07:19 UTC
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
Comment 3 Jiří Suchomel 2006-08-09 14:40:22 UTC

*** This bug has been marked as a duplicate of bug 149806 ***
Comment 4 Stefan Hundhammer 2006-08-16 09:21:18 UTC
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 .