Closed
Bug 420552
Opened 17 years ago
Closed 17 years ago
Locally installed javadoc opens frames in new tab
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 420425
People
(Reporter: bluemoon, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008020513 Firefox/3.0b3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008020513 Firefox/3.0b3
I have javadoc installed locally (If I try some javadoc on the internet
the problem is not there)
My url is:
file:///usr/local/java/jdk/doc/jdk1.5/docs/api/index.html
The content is divided in 3 areas. upper-left (UL), lower-left (LL), right (R).
The areas are a menustructure.
If I choose some url in UL then the content of LL is changed.
Then I choose something in LL then R should be changed.
But R is not changed!
The content will be shown in a NEW tab.
Reproducible: Always
Steps to Reproduce:
1. Install javadoc locally. (http://java.sun.com/j2se/1.5.0/download.jsp#docs)
2. Open url : file:///<Installed directory>/docs/api/index.html
3. Click in UpperLeft on "java.lang"
4. Click in LowerLeft on "String"
5. The content is now openened in a new tab instead of in the Right panel.
Actual Results:
The content is opened in a new tab
Expected Results:
The content should be opened in a frame
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•