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 26238

Summary: User able to type in the Javadoc Output Window
Product: java Reporter: gautham mudra <gm131233>
Component: JavadocAssignee: Tomas Hurka <thurka>
Status: CLOSED FIXED    
Severity: blocker CC: akemr, kfrank, mihmax
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: the ouput window is editable.

Description gautham mudra 2002-08-02 20:03:39 UTC
When a javadoc is created the user is able to type in the output 
window.
Steps to reproduce:
1.In the Explorer right click on any java file and from the 
contextual menu choose Tools->Generate Javadoc.
2.After the javadoc is created, the user is actually able to type 
in the Output Window.

I will attach a snapshot.In the snapshot i am talking about the 
window where i typed "User is able to type here".

Build:Netbeans3.4 RC1
OS:Windows2000
Comment 1 gautham mudra 2002-08-02 20:05:45 UTC
Created attachment 6997 [details]
the ouput window is editable.
Comment 2 Tomas Hurka 2002-08-19 14:58:13 UTC
Ales, can you look at it? Thanks.
Comment 3 akemr 2002-08-20 08:40:28 UTC
I just fixed OW part of this issue.

Tomas, you should call inputOutput.setInputVisible( false )
to set OW read-only. Thanks.
Comment 4 Tomas Hurka 2002-08-21 10:50:07 UTC
Thanks Ales. It is also fixed in trunk in Javadoc module.
Comment 5 Milan Kubec 2002-10-14 13:57:03 UTC
Verified.
Comment 6 _ mihmax 2002-11-28 10:07:03 UTC
Where're the .diff files?
I need them for applying to Netbeans 3.4.1
Thanks

Sincere Maxym Mykhalchuk
Comment 7 akemr 2002-11-28 10:18:52 UTC
Diff - OW part (there should be also diff of Javadoc module)
http://www.netbeans.org/source/browse/core/src/org/netbeans/core/output/Attic/OutputTabTerm.java.diff?r1=1.82&r2=1.83
Comment 9 Jaroslav Tulach 2002-12-03 09:53:42 UTC
Hi. This issue is marked as 3.4.1_CANDIDATE. It means that it should be
integrated into release341 one branch. The plan at
http://www.netbeans.org/devhome/docs/releases/34/index.html expected beta1 to be
produced on Dec01. That did not happen due to a lot of outstanding not
integrated candidates like this one. 

Would it be possible to spend few minutes by backporting this fix? Thank you in
advance.
Comment 10 Tomas Hurka 2002-12-06 15:49:31 UTC
Maxym, please integrate this fix yourself. I don't have time to do it.
Sorry.
Comment 11 _ mihmax 2002-12-06 19:31:50 UTC
Merged to release341 branch:
Checking in
javadoc/src/org/netbeans/modules/javadoc/ExternalJavadocExecutor.java;
new revision: 1.18.12.1; previous revision: 1.18

core/src/org/netbeans/core/output/OutputTabTerm.java;
new revision: 1.78.4.2.2.1; previous revision: 1.78.4.2
Comment 12 Quality Engineering 2003-07-01 13:35:51 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.