This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 99972 - Filters in Inspect Hierarchy not accessible with keyboard
Summary: Filters in Inspect Hierarchy not accessible with keyboard
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-04-04 13:36 UTC by Erno Mononen
Modified: 2007-04-05 05:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2007-04-04 13:36:32 UTC
NetBeans IDE Dev (Build 200703280911)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.17-10-386 running on i386
en_US (nb); UTF-8

In the Inspect Hierarchy view the filters are not accessible via keyboard. 

Steps:
1. Open any class
2. Invoke the Inspect Hierarchy action on the class => the filters (super type, 
sub type etc) are not accessible using via keyboard.
Comment 1 _ sandipchitale 2007-04-05 05:05:06 UTC
It is possible to tab to the filters. It is possible that the tabbing may get 
stuck in the signature text field. You have to use Ctrl+Tab to tab out of the 
signature text field.

The focus was not painted on the filtered buttons. It is now painted.