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 31386 - New Tag dialog accessibility issues
Summary: New Tag dialog accessibility issues
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: -S1S-
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-24 09:36 UTC by Milan Kubec
Modified: 2003-07-11 13:25 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 09:36:51 UTC
No Accessible description :
   Class: javax.swing.JTextField {  Custom Tag |  }

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Custom Tag |  } 

Components with wrong mnemonic (mnemonic isn't
ASCII , label doesn't contain mnemonic):
   Class: javax.swing.JRadioButton {  @ |  Custom
"@" tag. }

IMO 'custom' could be title of the checkbox. All
other checkboxes has title a custom one has only
'@', which looks a bit strange.
Comment 1 Chris Ledantec 2003-02-26 14:29:41 UTC
how do i get to this dialog?
Comment 2 Milan Kubec 2003-02-26 14:46:11 UTC
Open Auto Comment Tool, select method which has some parameters, then
it should display another part of dialog where user can add new tags.
Then press New.
Comment 3 Chris Ledantec 2003-02-26 15:01:21 UTC
i agree with the suggestion made by Milan. call the radio button
'Custom' and give the text field the same description. don't worry
about the LABEL_FOR but assign a mnemonic for custom radiobutton (C),
Comment 4 Svata Dedic 2003-03-05 16:18:19 UTC
I changed the radio button to "Custom: @" so the textfield content 
look like continuation of @ tag. 
 
Fixed in trunk: 
Checking in 
src/org/netbeans/modules/javadoc/comments/Bundle.properties; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.34; previous revision: 1.33 
done 
Checking in 
src/org/netbeans/modules/javadoc/comments/NewTagDialog.form; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/NewTagDialog.form,v  
<--  NewTagDialog.form 
new revision: 1.8; previous revision: 1.7 
done 
Checking in 
src/org/netbeans/modules/javadoc/comments/NewTagDialog.java; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/NewTagDialog.java,v  
<--  NewTagDialog.java 
new revision: 1.15; previous revision: 1.14 
 
Comment 5 Svata Dedic 2003-03-11 15:52:08 UTC
Raising priority (A11Y should be fixed in release). Merged to release35: 
 
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/NewTagDialog.form,v  
<--  NewTagDialog.form 
new revision: 1.6.6.1; previous revision: 1.6 
done 
Checking in NewTagDialog.java; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/NewTagDialog.java,v  
<--  NewTagDialog.java 
new revision: 1.13.6.1; previous revision: 1.13 
done 
Checking in Bundle.properties; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.33.52.1; previous revision: 1.33 
 
Comment 6 Milan Kubec 2003-07-11 13:25:06 UTC
Verified.