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 35321 - Mnemonic - ALT+T - Auto Correct - isn't working
Summary: Mnemonic - ALT+T - Auto Correct - isn't working
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-08-07 10:54 UTC by Lukas Hasik
Modified: 2004-09-02 10:43 UTC (History)
0 users

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 Lukas Hasik 2003-08-07 10:54:30 UTC
nb40dev - [200308060100], jdk1.4.2
Comment 1 Vitezslav Stejskal 2003-08-22 13:37:57 UTC
Steps to reproduce:

1. open the AutoCommentTool
2. select method which has wrong javadoc (the Auto Correct button is
enabled)
3. try to press Alt+T -> nothing happens
Comment 2 _ pkuzel 2003-09-05 11:05:01 UTC
I'm taking responsibility for JavaDoc module.
Comment 3 Marek Grummich 2004-01-15 10:52:15 UTC
I noticed, there is a same mnemonic both AutoCorrect and Tags.
Comment 4 _ pkuzel 2004-03-24 10:47:29 UTC
[batch] Giving up javadoc issues exclusive ownership.
Comment 5 psuk 2004-08-19 10:30:33 UTC
Marek is right.

Mnemonics for tagPanel needs to be changed from T to G (A is occupied
already, G seems to be free).
Also, the label tagListLabel needs to be set for tagList, rather than
tagPanel.
Comment 6 psuk 2004-08-19 11:09:48 UTC
Fixed.
Checking in JavaDocEditorPanel.java;
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocEditorPanel.java,v
 <--  JavaDocEditorPanel.java
new revision: 1.49; previous revision: 1.48
done
Checking in JavaDocEditorPanel.form;
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocEditorPanel.form,v
 <--  JavaDocEditorPanel.form
new revision: 1.21; previous revision: 1.20
done
Checking in Bundle.properties;
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.37; previous revision: 1.36
done
Comment 7 Lukas Hasik 2004-09-02 10:43:03 UTC
v