Bug 5910 - Toolbar with all items disabled still shows up in tab order
Summary: Toolbar with all items disabled still shows up in tab order
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
: 16093 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-11-14 11:40 EST by Nick Edgar CLA
Modified: 2002-05-16 13:04 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 Nick Edgar CLA 2001-11-14 11:40:05 EST
Build 20011112

- with Navigator or Packages view active, press SHIFT+TAB twice
- the toolbar with the arrow buttons has focus, but this is not visible since 
the arrows are all disabled

Either a toolbar with all items disabled should be skipped in the tab order, or 
there should be some visual indication that it has focus.
Comment 1 Steve Northover CLA 2002-05-13 14:31:32 EDT
The fix would be to put code in ToolBar.setFocus that returned false when all 
tool items are disabled. We'd need to be sure that a control (like a combo box) 
that was a child of the toolbar would still get focus when all tool items are 
disabled. This code may need to be on all platforms.

NE, do you want this fixed?

Comment 2 Steve Northover CLA 2002-05-13 19:33:11 EDT
Fixed > 20020510
Comment 3 Veronika Irvine CLA 2002-05-16 13:04:56 EDT
*** Bug 16093 has been marked as a duplicate of this bug. ***