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 55074 - Change Visible Columns dialog has accessibility bugs
Summary: Change Visible Columns dialog has accessibility bugs
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: A11Y
Depends on: 56781
Blocks:
  Show dependency tree
 
Reported: 2005-02-16 16:24 UTC by _ lcincura
Modified: 2010-04-29 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch to fix bundle messages in debugger (3.68 KB, patch)
2005-02-18 12:50 UTC, Stanislav Aubrecht
Details | Diff
Proposed patch to fix bundle messages in debugger VER 2 (5.79 KB, patch)
2005-03-30 12:00 UTC, Stanislav Aubrecht
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-02-16 16:24:58 UTC
NetBeans IDE 4.1 [200502151900] on jdk 1.5.0_02

The dialog has following accessibility bugs:
- the checkboxes does not have accessible descriptions
- the checkboxes does not have a mnemonics
Comment 1 Stanislav Aubrecht 2005-02-18 12:42:01 UTC
i've fixed the accessiblity issues and i've added mnemonics support to
the tree table. the column names now may contain the '&' char to
indicate the mnemonic.



Checking in view/NodeTableModel.java;
/cvs/openide/src/org/openide/explorer/view/NodeTableModel.java,v  <--
 NodeTableModel.java
new revision: 1.22; previous revision: 1.21
done
Comment 2 Stanislav Aubrecht 2005-02-18 12:50:10 UTC
Created attachment 20413 [details]
Proposed patch to fix bundle messages in debugger
Comment 3 Stanislav Aubrecht 2005-02-18 12:52:35 UTC
reassigning to the debugger team where the column name must be fixed.
pls feel free to review and use the attached patch.
Comment 4 Stanislav Aubrecht 2005-02-18 17:53:23 UTC
my fix is not very good. the display name with mnemonics is used in
many other places as well. 
the column model api will probably need to be extended
Comment 5 Stanislav Aubrecht 2005-03-30 12:00:36 UTC
Created attachment 21220 [details]
Proposed patch to fix bundle messages in debugger VER 2
Comment 6 Stanislav Aubrecht 2005-03-30 12:02:53 UTC
the TreeTableView now supports mnemonic characters for column names (see issue
#56781).

i've also included a patch with a proposed fix for the debugger team.
Comment 7 Roman Ondruska 2005-03-31 08:27:48 UTC
We will look at it.
Comment 8 Martin Entlicher 2005-10-07 12:51:51 UTC
The mnemonics were already added as a fix of issue #64856.
Comment 9 Quality Engineering 2010-04-29 09:21:13 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.