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 31388 - Javadoc comment dialog accessibility issues
Summary: Javadoc comment dialog accessibility issues
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: -S1S-
Hardware: All All
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-24 10:08 UTC by Milan Kubec
Modified: 2007-09-08 13:28 UTC (History)
2 users (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:08:34 UTC
Javadoc comment customizer:

Components with no LABEL_FOR pointing to it :
 Class: javax.swing.JEditorPane {  Javadoc Comment
Text |  text/html }
Comment 1 Milan Kubec 2003-02-24 10:18:59 UTC
Escape doesn't work as Cancel in this dialog.
Comment 2 Chris Ledantec 2003-02-26 14:43:34 UTC
how do i open this dialog?
Comment 3 Milan Kubec 2003-02-26 14:48:27 UTC
Select java method in Explorer tree and open customizer for property
'Javadoc Comment'.
Comment 4 Chris Ledantec 2003-02-26 14:56:30 UTC
escape problem should be fixed and the LABEL_FOR problem should be fixed.
Comment 5 Svata Dedic 2003-03-05 17:12:50 UTC
labelFors fixed in trunk - would you believe that these text weren't 
actually labels, but rather titled borders ? 
 
ESC is handled by core/openide, the Editor is "just" a panel and 
OK/Cancel buttons are provided by PropertyDialogManager. Reassigning 
to fix the rest. 
 
 
 
 
Comment 6 Jan Lahoda 2003-03-06 13:59:08 UTC
(openide,core)/dialogs?
Comment 7 Jiri Rechtacek 2003-03-19 10:27:45 UTC
Dafe, it'll be very nice if you fix it. Thnaks
Comment 8 Marian Mirilovic 2004-06-14 14:10:55 UTC
re-evaluate please ...
Comment 9 Milos Kleint 2004-08-18 10:15:28 UTC
reassigning
Comment 10 Milos Kleint 2004-08-19 13:00:59 UTC
whre can I find this dialog?
Comment 11 Milan Kubec 2004-08-19 13:13:16 UTC
Select java method in Explorer tree and open customizer for property
'Javadoc Comment'.
Comment 12 Milos Kleint 2004-08-19 13:33:06 UTC
moving back to javadoc. The actual problem is that the escape key
doesn't close the the dialog when the user is in the javadoc
JEditorPane (or JTextArea), which eats the keystroke. When moving out
of the text component, Esc works reliably. The owner of the textfield
shall remove the Escape key from the input map of the textcomponent to
make it work.
reassigning back.
Comment 13 Milos Kleint 2004-08-19 13:33:28 UTC
x
Comment 14 Jiri Prox 2007-09-08 13:28:59 UTC
Method customizer was removed