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 65678 - [A11Y] Auto Comment Tool is not accessible
Summary: [A11Y] Auto Comment Tool is not accessible
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-03 09:55 UTC by Max Sauer
Modified: 2006-12-19 14:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output of a11y module (3.01 KB, text/plain)
2005-10-03 09:56 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2005-10-03 09:55:27 UTC
Encoutered problems:
- Tab traversal: no way how to get out of 'Javadoc comment text' and tag's
'Description' using tab or ctrl-tab (switches to different editor tab)
- Shortscut for 'Javadoc comment text' is not working when being in tag's
'Description'
- Shortcut conflict for
   * Tag's 'Name' (the 'a' char stands both for 'Name' and 'Refactor' menu --
this could be a problem when having focus ie. in Exlorer)
   * Tag's 'Description' (the 's' char stands both for Description and 'Source'
menu)

There could be also some other problems, please check attached file with a11y
test tool output.

[200509281800, JDK 1.5.0_05, solaris 10/sparc]
Comment 1 Max Sauer 2005-10-03 09:56:52 UTC
Created attachment 25440 [details]
output of a11y module
Comment 2 Max Sauer 2005-10-03 10:03:02 UTC
'g' (shotcut for 'Tags') is also not functional when having focus in 'badList'
JList.
Comment 3 Jan Pokorsky 2005-10-06 16:23:12 UTC
ad Tab traversal - IMO it is bug of the window system since it registers
ctrl+tab for switching between editor tabs. But ctrl+tab is the swing shortcut
to leave the editor pane. Please file this as a separate issue.

Mnemonic for 'Javadoc comment text' fixed to 'X' since alt+j is used by the html
editor to select a word.

I have to resolve conflicts of 'Name', 'Descriptor' and others as wontfix. These
clash with the main menu but they work inside the AC tool. I agreed with Jano
that it is impossible to find unique mnemonics for all those components. We
schedule to rework the AC tool for some next release and integrate its features
into the editor and the task list to get rid of this bizzare customizer.

/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/Bundle.properties
new revision: 1.41; previous revision: 1.40
Comment 4 Max Sauer 2005-10-07 08:46:43 UTC
Ok, verified in 200510061800.
Just for my information, whar about the 
 >'g' (shotcut for 'Tags') is also not functional when having focus in 'badList'
JList.

Thanks.
Comment 5 Jan Pokorsky 2005-10-07 10:26:32 UTC
I get it. There is a focus optimization that seems to work just for mouse users.
If you use keyboard you have to select alt+g 2 or 3 times. I will take a look at it.
Comment 6 Jan Pokorsky 2005-10-07 10:28:10 UTC
Oh I forgot to cc Jano Rojcek as I promised him.
Comment 7 Jan Pokorsky 2005-10-10 14:16:20 UTC
x
Comment 8 Jan Pokorsky 2005-10-10 14:17:02 UTC
Fixed in

/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/JavaDocEditorPanel.java
new revision: 1.56; previous revision: 1.55

Please verify.
Comment 9 Jan Pokorsky 2005-10-10 15:26:21 UTC
*** Issue 66391 has been marked as a duplicate of this issue. ***
Comment 10 Max Sauer 2005-10-12 10:55:25 UTC
It is better, but still not OK. Alt-g is working only if a tag has been
previously selected (one of the tags has blue background). 

Right after AC opening or returning from orher method, Alt-g is not working at
all, now from anywhere in AC.

[200510111800, JDK 1.5.0_05, solaris 10/sparc]
Comment 11 gugrim 2005-12-22 15:57:57 UTC
Also, ctrl+S doesn't work.
Comment 12 Jan Pokorsky 2006-01-05 12:06:17 UTC
ctrl+S does not relate to the Auto Comment Tool
Comment 13 Jan Pokorsky 2006-12-19 14:23:14 UTC
The Auto Comment Tool is no more part of the NetBeans 6.0. Closing as WONTFIX.