|
Bugzilla – Full Text Bug Listing |
| Summary: | tab order in timezone dialog not what i expected | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Seth R Arnold <seth.arnold> |
| Component: | Installation | Assignee: | Stefan Hundhammer <shundhammer> |
| Status: | RESOLVED INVALID | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | ke, suse-beta |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Seth R Arnold
2006-02-09 23:31:07 UTC
I don't know if the tab order can be defined from ycp. Stefan? No. Since the YaST2 UI is a generic toolkit, it has no way of knowing any other reasonable tab order than the default, and for that we rely on what Qt does for us. Qt will typically order them by position - top to bottom, left to right. For anything else we would have to come up with a brand-new API and explicitly set it from the YCP code. There would have to be a fallback behaviour: What about widgets that are not covered by the explicit setting from that to-be-created call? They have to be integrated into the tab order somehow. But on the other hand, this is why we lay so much emphasis on keyboard shortcuts: Most widgets have a label, and the UI engine makes sure every single one of them gets a keyboard shortcut assigned as long as this is possible (only [a-z] and [0-9] are eligible for that). Bottom line: No can do. *** Bug 198103 has been marked as a duplicate of this bug. *** Is invisible grouping possible? *** Bug 197828 has been marked as a duplicate of this bug. *** (In reply to comment #4) > Is invisible grouping possible? No. See also comment #2. |