Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4507507
Votes 1
Synopsis JavaScript error with javadoc
Category doclet:tbd
Reported Against merlin-beta2
Release Fixed
State 11-Closed, duplicate of 4645058, bug
Priority: 4-Low
Related Bugs 4645058
Submit Date 26-SEP-2001
Description




java -version "1.4.0-beta2"
Java(TM) 2 Runtime Enviornment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)

was not sure how to reference this issue in a title. anyways, i am running a
command like this

javadoc -link http://java.sun.com/j2se/1.4/docs/api/ -sourcepath /home/dir/
com.hostname.A com.hostname.B

everything works great. All core API package classes have links and they work.
But they give me a javascript error. It appears, from my days of javascript,
that sun is not allowing me to load there page within my frame. I am not
loading my API via a web server...just locally. The error says access denied. I
click okay and everything from that point foward is fine.

the error does specifiy a line number w/i the html..here it is
<SCRIPT>
function asd()
{
parent.document.title="Exception (Java 2 Platform SE v1.4.0)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

maybe my browser is angry that sun's page is trying to adjust my parent window.
could be my end...i dont know

using Internet Explorer 5.50.4522.1800
(Review ID: 131977) 
======================================================================
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   

Submitted On 07-JUN-2002
Waltraud
this is the same as 4645058


Submitted On 15-JUN-2002
sLaKr
Waltraud,
   Wouldn't it be more appropriate to say that 
BUGID:4645058 is the same as this one, being how it was 
submitted ~5 months later.  



PLEASE NOTE: JDK6 is formerly known as Project Mustang