Bug 37761 - Keyboard navigation broken in tools - options, Load/Save - General
Summary: Keyboard navigation broken in tools - options, Load/Save - General
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
3.4.0 release
Hardware: Other All
: medium trivial
Assignee: André Schnabel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 11:11 UTC by André Schnabel
Modified: 2011-06-10 02:57 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
spinbox grabbing the focus (but should not) (45.32 KB, image/png)
2011-05-30 11:11 UTC, André Schnabel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description André Schnabel 2011-05-30 11:11:55 UTC
Created attachment 47331 [details]
spinbox grabbing the focus (but should not)

In tools - options dialog you normally can navigate through the categories and tab pages using the cursor keys. But if you navigate to Load/Save - General, this breaks, as the AutoRecovery time spinbox gets the focus.

To reproduce:

- open Tools / Options dialog
- navigate to the Load/Save category using cursor keys
- open this category (using cursor right)
- navigate to General (using cursor down)

-> you cannot simply navigate to VBA properties, instead you will decrease the time for AutoRecovery intervall

simple solution: the spin box should not grab the focus


note: this happens only the first time after the options dialog was opened. If you navigate to another page (using the mouse) and then go back to Load/Save - General all is fine. 


adding Christoph in case UX approval is needed
Comment 1 André Schnabel 2011-05-30 14:07:08 UTC
grabbing this one, as it is an easy hack (so I'll try to submit my first fix to LibO :) )

just for UX: 
what happens here is that the spin fields grabs the focus ech time the "Save AutoRecovery" checkbox gets enabled.
Imho this is nonsense, as it has no effect when usinge the mouse. But when using keyboard, you normaly expect to "toggle" the checkbox with the space bar - but this behaviour is now broken.
Comment 2 Christoph 2011-05-30 14:23:43 UTC
Hi André, thanks for CC. I agree, the spin box shouldn't grab the focus ... instead, if the user highlighted "General" and presses tab, then the leftmost option should get the focus.
Comment 3 Christoph 2011-05-30 14:27:06 UTC
(In reply to comment #2)
> Hi André, thanks for CC. I agree, the spin box shouldn't grab the focus ...
> instead, if the user highlighted "General" and presses tab, then the leftmost
> option should get the focus.

And I should read the full bug report, sorry! Yes, toggling the "Save AutoRecovery" checkbox shouldn't move the focus to the spin field.
Comment 5 Rainer Bielefeld Retired 2011-06-10 02:57:45 UTC
RC2 is bit by bit identical with release version, so separate items in the version picker are useless. Changes have been discussed with Michael Meeks.