Issue 13931 - Comboboxes in toolbars have different focus behaviour
Summary: Comboboxes in toolbars have different focus behaviour
Status: CLOSED FIXED
Alias: None
Product: ui
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: ru
QA Contact: issues@ui
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2003-04-29 10:51 UTC by ru
Modified: 2003-06-02 10:58 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ru 2003-04-29 10:51:20 UTC
When a blind user travel along toolbars he does not know whether the focus is on
a combobox. He also don't know that he has to press Enter to step into these
comboboxes. This should be changed.
Comment 1 malte_timmermann 2003-05-08 17:01:28 UTC
MT->SSA: 
We didn't find a solution for that when thinking about that some 
month ago.
You think we find a better solution?
Can we at least start typing without pressing enter before, unless 
it's KEY_UP/DOWN/LEFT/RIGHT?
=> GrabFocus to control, send key event.

If not, it must become OOo 2.0.
Comment 2 stephan_schaefer 2003-05-12 16:41:35 UTC
Alphanumerical input now goes directly into the embedded control when
cycling through toolbars. The focus is grabbed in a way that selects
the   whole contents of the (edit-)control, which means the old text
is deleted upon the key press. If you just hit enter, the text is
selected as well but you can use the cursor keys to remove the
selection. This behaviour is the same as in dialogs.
Fixed in CWS vcl09.
Comment 3 stephan_schaefer 2003-05-15 14:11:11 UTC
ssa->ru: please verify in CWS vcl09.
Comment 4 thorsten.martens 2003-05-20 15:11:03 UTC
Checked and verified in cws vcl09 -> OK !
Comment 5 thorsten.martens 2003-05-20 15:11:41 UTC
.
Comment 6 ru 2003-06-02 10:58:03 UTC
.