GNOME Bugzilla – Bug 677766
Rotate/Scale/Shear tool dialog: strange TAB key order
Last modified: 2012-07-28 10:01:35 UTC
How to reproduce: 1. start the Rotate tool 2. click into the 'Angle' field 3. press TAB many times until the 'Angle' field has the focus again. This should happen: The focus moves in the visual order of the fields: Angle field -> Angle slider -> Center X field -> Center Y field -> Unit listbox -> Help button -> Reset button -> Rotate button -> Cancel button -> Angle field ... This actually happens: The focus moves in the following order: Angle field > Angle slider (not remarkable) -> Center X field -> Center Y field -> Unit listbox -> Unit listbox ... The Scale tool and Shear tool have a similar strange TAB behavior. The focus doesn't cycle and it's often hard to find out, which widget has the focus. It happens always
Works just fine for me, it cycles exactly as it should. Can anyone reproduce this?
Confirming. Works fine for the first try, then fails as described.
this belongs to Bug 677765 same workaround
Thanks, Hartmut, it works for me! From a technical point of view this seems to be an issue of proper GUI initialization.
Same root problem -> duplicate *** This bug has been marked as a duplicate of bug 677765 ***