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 85180 - A11Y: Impossible to open folder using Enter or arrow keys
Summary: A11Y: Impossible to open folder using Enter or arrow keys
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
: 83200 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-18 23:19 UTC by bugbridge
Modified: 2008-12-22 16:22 UTC (History)
6 users (show)

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 bugbridge 2006-09-18 23:19:36 UTC
These items should be added to the Keywords: A11Y
Description:

Steps to reproduce:
- open File - New Project
- choose UML - any type of Project
- press Next
New Project Model window appears
- choose Browse for Project Location
- select folder in folder-tree using arrow keys
A11y issue: Impossible to open selected folder using Enter or arrow keys 
for navigation to custom folder (as is possible by mouse double-click).


=== *Comments* ===============================================================
It is not specific to UML module - the same NB dialog is used in the wizards for
other NB projects, like New Java Application project.
There is an available a11y alternative - to explicitly type the directory name
into the location field - it makes this bug not a bug (and i'd guess this is why
the NB dialog isn't fixed). Thus it will not be fixed for Coco as an UML bug.
Comment 1 artibee 2006-09-18 23:29:46 UTC
Also seen with 5.5 as per issue 83200
Comment 2 Marian Mirilovic 2006-09-19 08:47:16 UTC
I think this has already been reported, but I can't find the issue ;(
Comment 3 Andrew Korostelev 2006-09-19 08:57:02 UTC
issue was migrated twice by mistake.

*** This issue has been marked as a duplicate of 83200 ***
Comment 4 Andrew Korostelev 2006-11-28 11:45:07 UTC
while this issue is already reassigned to 'core', reopen it and set issue 83200
as duplicate of this one.
Comment 5 Andrew Korostelev 2006-11-28 11:46:29 UTC
*** Issue 83200 has been marked as a duplicate of this issue. ***
Comment 6 Andrew Korostelev 2006-11-28 11:48:22 UTC
see also issue 57179.
this one is described as a part issue 57179.
Comment 7 Jiri Rechtacek 2006-11-29 15:21:38 UTC
It's not really defect in NetBeans side, we use JFileChooser on which have been
addressed a few of bugs of RFEs, some of them was fixed in JDK6.0 (e.g. use
Ctrl-Enter to go into directory). I have to close as WONTFIX. If this problem is
covered by any RFE in JDK bugzilla, then please file it. Thanks