Bug 94143

Summary: [Forms] Incorrect TAB order in preference pages with swivels
Product: [Eclipse Project] Platform Reporter: Randy Hudson <hudsonr>
Component: UIAssignee: Dejan Glozic <dejan>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P2 CC: eclipse
Version: 3.1Keywords: accessibility
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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 ***