Closed
Bug 333723
Opened 19 years ago
Closed 19 years ago
Random behaviour with frames containing links to /.*servlet.*/ URLs
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mithfindel, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.0.1) Gecko/20060111 Asteromite Firefox/1.5 + FireBidule
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.0.1) Gecko/20060111 Asteromite Firefox/1.5 + FireBidule
The situation is a bit complex but quite often encoutered. The bug is related to the use of URLs containing the string 'servlet' in the href attribute of links, embedded in pages that are part of a frameset.
The browser just does not open the linked page, instead it acts randomly - resizing the current frame is the default behaviour, but I have seen complete browser freeze too.
Reproducible: Always
Steps to Reproduce:
1. Open the example URL ( http://java.sun.com/j2ee/1.4/docs/api/ )
2. Click on the link reading "javax.servlet" in the top-left frame
Actual Results:
The bottom frame is resized and the page is not loaded
Expected Results:
The page listing the classes in package "javax.servlet" should be loaded in the bottom-left frame.
Surprisingly, the bug only happens when browsing a site deployed on a servlet container, such as Apache Tomcat or Sun ONE Enterprise Server; opening the pages locally from the filesystem works transparently.
The problem is that once encountered, the bug hampers the browser's behaviour until it is restarted.
Reporter | ||
Comment 1•19 years ago
|
||
I will test with a fresh install on my other OSes (Ubuntu Linux and MS Windows XP) to see if this is a platform-specific bug.
Reporter | ||
Comment 2•19 years ago
|
||
Well, it seems that it works as it should on a vanilla Firefox install. I'll check with my themes/extensions to see which one (or which combination) provokes the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•