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 39704 - [36cat] Show Javadoc feature's behavior not very intuitive
Summary: [36cat] Show Javadoc feature's behavior not very intuitive
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker with 5 votes (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
: 39720 39871 39885 41083 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-06 16:02 UTC by chiss
Modified: 2004-03-18 15:52 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 chiss 2004-02-06 16:02:29 UTC
[ JDK VERSION : J2SE 1.4.2_02 ]

Opened a source file, right-click a Java's core class method and selected "Show Javadoc". It took me a while to notice the editor's new tab with only the "browser" icon (no text!!!) containing the Swing internal browser, showing the desired Javadoc. At the very least, it should have grabbed the focus and become the "selected" tab, showing me the info I had just requested. I don't think I would have noticed this tab if I had had more than a few files opened. Since all the other tabs have some text, why not this one as well? How about "JPanel[Javadoc]" or something like that?
Comment 1 chiss 2004-02-06 16:40:36 UTC
Got the same problem when trying to invoke the "Auto-Comment" menu 
item from the "Tools" right-click contextual menu. A new document tab 
is added, but it doesn't become the "selected" one. Again, if you 
didn't notice the new tab, you think the action doesn't work or is 
not finished yet.

I guess the problem is not really Javadoc related, but more on the 
new Windowing system...
Comment 2 Marek Grummich 2004-02-10 12:34:58 UTC
*** Issue 39720 has been marked as a duplicate of this issue. ***
Comment 3 Marek Grummich 2004-02-10 12:35:21 UTC
*** Issue 39871 has been marked as a duplicate of this issue. ***
Comment 4 Marek Grummich 2004-02-10 13:00:59 UTC
I am increasing a priority, because it is really annoying behaviour.
Comment 5 gholmer 2004-02-10 14:41:24 UTC
Happens with CVS diff, as well.
Comment 6 chiss 2004-02-10 15:36:43 UTC
*** Issue 39885 has been marked as a duplicate of this issue. ***
Comment 7 Jan Pokorsky 2004-02-10 17:06:43 UTC
Added back [36cat] prefix. It is used for some special query.
Comment 8 Jan Pokorsky 2004-02-12 21:40:56 UTC
The editor tab containing javadoc or Auto-Comment customizer gets
focus properly now.

The javadoc tab's label is out of javadoc module scope. You can file
an issue to the openide component so that the internal browser
provides some title.

/cvs/core/src/org/netbeans/core/NbTopManager.java,v1.200
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentAction.java,v1.26
/cvs/javadoc/src/org/netbeans/modules/javadoc/comments/AutoCommentPanel.java,v1.50

Comment 9 Marek Grummich 2004-02-23 15:24:11 UTC
Verified in the current q-build.
Comment 10 Jan Pokorsky 2004-03-18 15:52:07 UTC
*** Issue 41083 has been marked as a duplicate of this issue. ***