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 77770 - A11Y: Browser in 2nd step of Import wizard problem.
Summary: A11Y: Browser in 2nd step of Import wizard problem.
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-13 09:08 UTC by Peter Pis
Modified: 2008-12-22 12:21 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 Peter Pis 2006-06-13 09:08:09 UTC
NB 5.5, jdk1.5.0_07, FC3

Repository Browser in 2nd step of "Import" wizard doesn't provide mnemonic for
label.

===============================================
 Tested Window title : Browse Repository Folder
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Tree View |  Tree
view in file selector }  [6,37]


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Repository Contents: |  }  [5,22]


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 1 Maros Sandor 2007-02-16 13:36:31 UTC
Fixing mnemonic on my side.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/selectors/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8

Reassigning to core: it seems that NodeOperationImpl.select() does not correctly
set mnemonic for the label and also does not call setLabelFor(), please evaluate.
Comment 2 David Simonek 2007-09-24 13:20:30 UTC
Passing to Marek...
Comment 3 mslama 2007-10-05 11:25:25 UTC
Please what browser? How to invoke it?
Comment 4 Peter Pis 2007-10-05 12:50:02 UTC
1. Create new project (make sure that no VCS metadata are in the path)
2. Select the project root and invoke "Versioning | Import into CVS repository" action.
3. Enter valid CVSroot and push "Next" button. 
4. 2nd step of Import wizard should be shown. Push "Browse" button next to "Repository Folder" field.
Comment 5 mslama 2007-10-09 16:20:05 UTC
Do I understand it correctly that there is missing mnemonic for label "Repository Contents:"? This is really old code
and it is not clear why mnemonic is removed. I fixed it.

Modified:
/cvs/core/windows/src/org/netbeans/core/windows/services/FileSelector.java
new revision: 1.13; previous revision: 1.12
Comment 6 Peter Pis 2007-10-19 13:31:47 UTC
Verified.