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 45563 - A11Y - Fix imports dialog is not (easily) accessible
Summary: A11Y - Fix imports dialog is not (easily) accessible
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y, I18N
: 45962 49352 (view as bug list)
Depends on:
Blocks: 45507
  Show dependency tree
 
Reported: 2004-06-25 12:46 UTC by Martin Roskanin
Modified: 2007-09-05 14:44 UTC (History)
2 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 Martin Roskanin 2004-06-25 12:46:08 UTC
Missing ACSDs
Focus traversal si broken
Missing mnemonics

the dialog is displayed if you define ambigious
class that is not in import section yet (i.e.
List) and press Alt+Shift+F
Comment 1 Dusan Balek 2004-07-14 09:52:09 UTC
*** Issue 45962 has been marked as a duplicate of this issue. ***
Comment 2 Martin Roskanin 2004-08-16 13:50:15 UTC
a dialog cannot be internationalized also...
Comment 3 Martin Roskanin 2004-08-17 16:05:38 UTC
fixed in [maintrunk]

/cvs/editor/src/org/netbeans/modules/editor/java/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.71; previous revision: 1.70

/cvs/editor/src/org/netbeans/modules/editor/java/FixDuplicateImportStmts.java,v
 <--  FixDuplicateImportStmts.java
new revision: 1.4; previous revision: 1.3
Comment 4 Jesse Glick 2004-09-01 23:06:30 UTC
Note that while it is now possible to select alternate imports from
the KB, it is very inconvenient: the table allows you to focus both
the first and second columns, when in fact only the second column is
relevant for navigation. It takes a lot of practice to get the focus
on the right table cell to activate the combo box.
Comment 5 Martin Roskanin 2004-09-02 09:00:45 UTC
OK, I will look at it
Comment 6 Jesse Glick 2004-09-02 16:07:31 UTC
Lower priority than original bug.
Comment 7 Martin Roskanin 2004-09-21 13:46:11 UTC
*** Issue 49352 has been marked as a duplicate of this issue. ***
Comment 8 Roman Strobl 2005-01-10 13:20:08 UTC
Changed target milestone to TBD.
Comment 9 Vitezslav Stejskal 2006-12-13 21:11:08 UTC
The KB navigation is still not very friendly. A11Y and I18N issues have already
been fixed I think.
Comment 10 Jiri Prox 2007-09-05 14:38:20 UTC
The layout of dialog was changed some time ago. The only A11Y problem which remains was missing mnemonic

Checking in Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/imports/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in FixDuplicateImportStmts.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/imports/FixDuplicateImportStmts.java,v  <-- 
FixDuplicateImportStmts.java
new revision: 1.11; previous revision: 1.10
done