Bug 197828

Summary: keyboard focus order in 'Clock and Time Zone'
Product: [openSUSE] openSUSE 10.2 Reporter: Olaf Hering <ohering>
Component: InstallationAssignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED DUPLICATE QA Contact: Stanislav Visnovsky <visnov>
Severity: Normal    
Priority: P5 - None CC: suse-beta
Version: Alpha 2plus   
Target Milestone: ---   
Hardware: PowerPC   
OS: Linux   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 .