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 65839 - [A11Y] Switch to Branch dialog.
Summary: [A11Y] Switch to Branch dialog.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-04 12:53 UTC by Peter Pis
Modified: 2007-07-24 22:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A11Y Switch to Branch Dialog (1.05 KB, text/plain)
2005-10-04 12:54 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-10-04 12:53:34 UTC
System Info:
  Product Version       = NetBeans IDE Dev (Build 20051003-1049)
  Operating System      = Linux version 2.4.19-4GB running on i386
  Java; VM; Vendor      = 1.5.0_05; Java HotSpot(TM) Client VM 1.5.0_05-b05; Sun
 Microsystems Inc.

Attached file contains A11Y description for this dialog.
Comment 1 Peter Pis 2005-10-04 12:54:17 UTC
Created attachment 25508 [details]
A11Y Switch to Branch Dialog
Comment 2 Maros Sandor 2005-10-07 13:47:12 UTC
Not fixed:
- text field that does not have a label cannot have a labelfor set

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.20; previous revision: 1.19
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/SwitchBranchPanel.java,v
 <--  SwitchBranchPanel.java
new revision: 1.4; previous revision: 1.3
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/SwitchBranchPanel.form,v
 <--  SwitchBranchPanel.form
new revision: 1.3; previous revision: 1.2
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/SwitchBranchAction.java,v
 <--  SwitchBranchAction.java
new revision: 1.13; previous revision: 1.12
Comment 3 Peter Pis 2005-10-09 10:12:34 UTC
Reopen.

Components with no mnemonic :
  Class: javax.swing.JButton {  Cancel   |  Cancel switch to branch   }
Comment 4 Maros Sandor 2005-10-10 09:19:01 UTC
AFAIK Cancel buttons do not need any special mnemonic (and I have never seen a
_C_ancel button). You cancel dialogs with the Escape key.
Comment 5 Maros Sandor 2005-10-10 09:34:23 UTC
Explicitly adding mnemonic to Cancel.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/SwitchBranchAction.java,v
 <--  SwitchBranchAction.java
new revision: 1.14; previous revision: 1.13
Comment 6 Peter Pis 2005-10-13 07:27:42 UTC
Reopen.
"Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
  Class: javax.swing.JButton {  Cancel   |  Cancel switch to branch   }  [233,98]"
Comment 7 Maros Sandor 2005-10-13 15:05:11 UTC
One more try.

/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.22; previous revision: 1.21
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/tag/SwitchBranchAction.java,v
 <--  SwitchBranchAction.java
new revision: 1.15; previous revision: 1.14
Comment 8 Peter Pis 2005-10-17 09:49:35 UTC
Now it's ok. ;) Verified.