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 57126 - Navigator accessibility
Summary: Navigator accessibility
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-29 13:15 UTC by Jindrich Dinga
Modified: 2006-03-24 12:52 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
diff of the patch (934 bytes, patch)
2005-04-11 16:28 UTC, David Simonek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Dinga 2005-03-29 13:15:31 UTC
When a project is opened and a java class is selected then Navigator displays memebers. When Ctrl+7 
is pressed, Navigator gets focus. Then by using arrows there is not possible to move from combo box 
to members.
Comment 1 David Simonek 2005-03-29 13:58:59 UTC
Accepted, probably post 4.1 release.
Comment 2 Jan Chalupa 2005-03-29 15:52:28 UTC
This is an accessibility issue. IMO, it should be addressed for 4.1.
Comment 3 David Simonek 2005-04-05 19:28:00 UTC
hopefully fixed in main trunk:

/cvs/objectbrowser/navigator/src/org/netbeans/modules/navigator/NavigatorJList.java,v
 <--  NavigatorJList.java
new revision: 1.10; previous revision: 1.9

I said hopefully because I couldn't reproduce well and focus code was all OK. I
just added code ensuring that selection is always visible when navigator becomes
active. Works OK for me now.
Comment 4 David Simonek 2005-04-11 16:13:26 UTC
Decided to integrate also in 4.1, fix is simple and improves keyboard usability
of navigator.
Comment 5 David Simonek 2005-04-11 16:28:08 UTC
Created attachment 21549 [details]
diff of the patch
Comment 6 David Simonek 2005-04-11 16:30:46 UTC
Stando and Jardo, could I ask you for code review and verification? Thanks.
Comment 7 Marian Mirilovic 2005-04-12 07:15:41 UTC
What is the status of this issue ?
Is it fixed in NB4.1 ? ( FIXED & TM=4.1 )

It doesn't work for me in NB4.1 (200504111930) / JDK1.5.0_02 & Linux RH9 / Gnome

Steps I tried :
- run IDE
- open project
- open java file
-> focus is in the editor
- press Ctrl + 7 
-> focus is moved to the navigator
- press down arrow (or up)
-> members aren't focused / selected

verified in main trunk (200504111800)
Comment 8 Stanislav Aubrecht 2005-04-12 08:45:17 UTC
i reviewed the patch and approve it.
Comment 9 Jaromir Uhrik 2005-04-12 13:49:05 UTC
It works fine in dev build #200504111800 (tried these systems: Fedora Core 2,
Mac OS X, WinXP). Marian, could you please check it on other systems.
Comment 10 Jaromir Uhrik 2005-04-12 14:06:43 UTC
Uf, I missed some lines while reading Marian's verification comment. So Mariane
please ignore my previous challenge.
Comment 11 David Simonek 2005-04-12 21:50:20 UTC
Marian, I set wrong TM, I merged patch into release41 right now, so everything
should be OK.
Comment 12 Jaromir Uhrik 2005-04-18 10:41:14 UTC
Verified in 4.1 build #200504171930.