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 25410 - Import Management Tool is not fully accessible
Summary: Import Management Tool is not fully accessible
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Filip Rachunek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-07-08 16:30 UTC by Jan Becicka
Modified: 2008-12-23 00:22 UTC (History)
1 user (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 Jan Becicka 2002-07-08 16:30:04 UTC
[200207080100]
Results from UIAccesibilityTester

IMT, step 1:
===============================================
 Tested Window title : Import Management Tool
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   Class: org.openide.explorer.view.TreeTable {  |  } 
 No Accessible description :
   Class: org.openide.explorer.view.TreeTable {  |  } 
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeTable {  |  } 
 Components with no mnemonic :
   - none.
 Components with wrong mnemonic (mnemonic isn't
ASCII , label doesn't contain mnemonic):
   - none.
 Components not reachable with tab traversal :
   - none.

IMT, step 2:
===============================================
 Tested Window title : Import Management Tool
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   Class: javax.swing.JScrollBar {  |  } 
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: org.openide.explorer.view.TreeTable {  |  } 
 No Accessible description :
   Class: javax.swing.JScrollBar {  |  } 
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: org.openide.explorer.view.TreeTable {  |  } 
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeTable {  |  } 
 Components with no mnemonic :
   - none.
 Components with wrong mnemonic (mnemonic isn't
ASCII , label doesn't contain mnemonic):
   - none.
 Components not reachable with tab traversal :
   - none.

IMT, step 3:
===============================================
 Tested Window title : Import Management Tool
===============================================
Results of Accessibility test
 Doesn't implement Accessible :
   - none.
 No Accessible name :
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: org.openide.explorer.view.TreeTable {  |  } 
 No Accessible description :
   Class: javax.swing.JScrollPane$ScrollBar {  |  } 
   Class: org.openide.explorer.view.TreeTable {  |  } 
 Label with LABEL_FOR not set :
   - none.
 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeTable {  |  } 
 Components with no mnemonic :
   - none.
 Components with wrong mnemonic (mnemonic isn't
ASCII , label doesn't contain mnemonic):
   - none.
 Components not reachable with tab traversal :
   - none.
Comment 1 Filip Rachunek 2002-07-09 12:36:29 UTC
TreeTable issues - fixed in org.openide.explorer.view.TreeTableView
(main trunk).
LABEL_FOR issues - not a bug, TreeTables in IMT have no labels.
ScrollBar issues - not a bug, there is no need to put accessibility on
scrollbars.
Comment 2 Jan Becicka 2002-07-17 10:02:58 UTC
Reopening. I cannot use IMT just within 
keyboard. I must click on the cell to edit 
it's content. I think, it is TreeTable issue, 
isn't it?
Comment 3 Filip Rachunek 2002-07-17 10:33:13 UTC
I was told that this bug is specific to JDK 1.4 when some focus
problems can occur.
Reassigning to Ales Kemr.
Comment 4 akemr 2002-07-18 15:24:06 UTC
The last Jan's note is definitely duplicate of #19266 bug,
so I'm for marking this one as fixed (because a11y fixed by Filip)
Comment 5 akemr 2002-07-18 15:25:06 UTC
Marking back to fixed.
Comment 6 Jan Becicka 2002-10-16 14:59:03 UTC
Verified
Comment 7 Quality Engineering 2003-07-01 16:23:30 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.