Bug 94143 - [Forms] Incorrect TAB order in preference pages with swivels
Summary: [Forms] Incorrect TAB order in preference pages with swivels
Status: RESOLVED DUPLICATE of bug 79981
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-05-09 12:03 EDT by Randy Hudson CLA
Modified: 2005-06-07 19:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2005-05-09 12:03:21 EDT
Look at any preference page containing swivels.  The first swivel heading is
skipped when focus enters that page's composite.  For example, place focus on
the "Text Editors" hyperlink in Java Editor prefs page, and press TAB.
Comment 1 Kim Horne CLA 2005-05-09 12:32:53 EDT
On OS X the first two are skipped.  Additionally, should these things be drawing focus in some way?  There 
is no indication of the focus control when one of these are selected...
Comment 2 Dejan Glozic CLA 2005-05-09 12:35:43 EDT
I do draw focus indication on all the platforms - don't know what is happening 
on Mac though.

TAB order is a known problem.
Comment 3 Randy Hudson CLA 2005-05-09 13:26:34 EDT
Probably the wrong colors are being used for FG and BG.  The MAC does not 
support XOR, so GC.drawFocusRect has slightly different behavior. I think it 
uses either only FG or only BG color.
Comment 4 Dejan Glozic CLA 2005-06-07 19:15:54 EDT

*** This bug has been marked as a duplicate of 79981 ***