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 31392 - Impossible change properties in Javadoc Manager by keyboard [ was: Javadoc Manager accessibility issues]
Summary: Impossible change properties in Javadoc Manager by keyboard [ was: Javadoc Ma...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-24 10:57 UTC by Milan Kubec
Modified: 2008-12-23 11:40 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 Milan Kubec 2003-02-24 10:57:15 UTC
No Accessible name :
 Class: javax.swing.JScrollBar {  |  } 

No Accessible description :
 Class: javax.swing.JScrollBar {  |  } 

Components with no LABEL_FOR pointing to it :
 Class: org.openide.explorer.view.TreeTable {  N/A
|  List of mounted javadoc sources } 

Components with no mnemonic :
 Class: javax.swing.JButton {  Close |  Close
button } 

Properties 'Hidden' and 'Search engine' in table
cannot be modified by keyboard at all.

Escape doesn't close the dialog if the table has
focus.
Comment 1 Milan Kubec 2003-02-24 12:45:22 UTC
Accessible name for JScrollbars is not needed, not A11Y bug, lowering
prio.
Comment 2 Milan Kubec 2003-02-24 13:55:15 UTC
Should be P3, because properties in table are not accessible by
keyboard at all.
Comment 3 Chris Ledantec 2003-02-26 14:20:05 UTC
tree table LABEL_FOR does not need to be fixed.

close button does never needs a mnemonic

the editable properties issue should be resolved as should the escape
issue.
Comment 4 Svata Dedic 2003-02-27 14:48:52 UTC
Re. editable properties: They are changeable by keyboard: when the 
table has keyboard focus, cursor arrows move up/down, 
Tab/SHIFT+Tab move through the columns. When the user presses 
SPACE 2 times, the property cell editor is activated -- combobox, 
editbox, whatever. ESC deactivates the cell editor. 
 
The 2-keystroke activation is most probably a bug. If so, please 
reassign to OpenIDE (the treetable implementation). 
 
I will try to fix the ESC key behaviour here. 
Comment 5 Svata Dedic 2003-02-27 15:48:46 UTC
IMHO ESC key should be bound to CLOSED_OPTION by core (it is 
specified among closing options for the dialog descriptor). Reassigning; 
please fix or advise how to fix on our side. 
Comment 6 Chris Ledantec 2003-02-27 16:35:52 UTC
if the properties are editable in some fashion that's fine.
Comment 7 Jiri Rechtacek 2003-03-03 09:45:40 UTC
Because late phase of TEGAL development, will be solved in next release.
Comment 8 Jiri Rechtacek 2003-03-19 10:27:38 UTC
Dafe, it'll be very nice if you fix it. Thnaks
Comment 9 Marian Mirilovic 2004-02-24 14:18:36 UTC
There is only one issue now, impossibility to change properties by
keyboard : Search Engine and Root Offset
Comment 10 _ tboudreau 2004-02-24 18:07:15 UTC
While not making TTV a paragon of keyboard accessibility, fixed in trunk.

Checking in TreeTable.java;
/cvs/openide/src/org/openide/explorer/view/TreeTable.java,v  <--  TreeTable.java
new revision: 1.42; previous revision: 1.41
done
Comment 11 Milan Kubec 2004-07-12 14:23:22 UTC
Verified (UI is no more in IDE).