Bug 79981 - [Forms] Tab order on Pref page with expandable items - first item skipped
Summary: [Forms] Tab order on Pref page with expandable items - first item skipped
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: platform-ua-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
: 94143 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-02 05:42 EST by Leif Frenzel CLA
Modified: 2008-06-10 17:30 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leif Frenzel CLA 2004-12-02 05:42:51 EST
I open the Preference page Java > Compiler > Building. I expand the first item
and select with the mouse the tree item 'Building' on the left again. Repeatedly
using the tab key selects first the textfield 'Maximum number ...', then the
next expandable item etc. From there, I go back with Shift-Tab, which behaves
correctly (doesn't skip the first item).
Comment 1 Dirk Baeumer CLA 2004-12-02 06:02:55 EST
Leif, which build are you using.
Comment 2 Leif Frenzel CLA 2004-12-02 06:11:21 EST
Aeks, sorry ... the last integration build, I200412011139.
Comment 3 Martin Aeschlimann CLA 2004-12-11 10:24:36 EST
I suspect that the problem is that the expandable composite does not really take
the focus. It just forwards it to it's children (default implementation of
Composite). That's either the Twistie (what makes sense, or the first control in
the body

Moving to [ui.forms]
Comment 4 Dejan Glozic CLA 2004-12-13 08:32:30 EST
Confirmed - the first item is skipped in forward tabbing, but not in backward. 
This is not related to the expansion state - it happens when the composite is 
collapsed as well.
Comment 5 Dejan Glozic CLA 2005-06-07 19:15:54 EDT
*** Bug 94143 has been marked as a duplicate of this bug. ***
Comment 6 Adam Archer CLA 2008-06-10 17:30:58 EDT
I cannot reproduce this on 3.4 RC3. Closing.