Closed
Bug 243238
Opened 20 years ago
Closed 16 years ago
mozilla hangs on frame src="javascript:
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: janice.loui, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20040414
Sun ONE Proxy Server 3.6sp3 has an administration page with the following code:
<head><title>Netscape Server Account</title></head>
<SCRIPT language=JavaScript>
function output_top_frame() {
top.title.document.writeln("<BODY TEXT=#000000 BGCOLOR=#006666>");
top.title.document.writeln("<table border=0 width=100% height=100%>");
top.title.document.writeln("<tr><td width=100% align=center>");
top.title.document.writeln("<B><font size=+2 COLOR=#FFFFFF>Server Account
Management for sajit</font></B>");
top.title.document.writeln("</td></tr></table>");
}
function output_bottom_frames() {
top.bottom.document.writeln("<frameset cols='20%,*' border=1>");
top.bottom.document.writeln("<frame src='index?list' scrolling=no
marginwidth=0 marginheight=0 name='tabs'>");
top.bottom.document.writeln("<frame src='../html/en/index.html'
scrolling=auto marginwidth=4 marginheight=4 name='content'>");
top.bottom.document.writeln("</frameset>");
}
</script>
<frameset rows="50,*" border=1 framespacing=0 frameborder=0 framepadding=0
marginwidth=0 marginheight=0>
<frame src="javascript:top.output_top_frame();" marginheight=0 marginwidth=0
scrolling="no" noresize name=title>
<frame src="javascript:top.output_bottom_frames();" marginheight=5 marginwidth=5
scrolling="no" name=bottom>
</frameset>
When trying to load this page on Mozilla 1.4 it hangs the browser. This page
renders fine on other version of Mozilla browser including IE.
Reproducible: Always
Steps to Reproduce:
1. Install proxy server 3.6sp3.
2. Login as admin to the netscape proxy server 3.6 console.
3. Under the section for "General Administration" , click on "Users and Groups".
4. Click on "New User".
5. Create a test end user with user name 'enduser'.
6. Click on "Admin Preferences"/"Distributed Admin"
7. Check "Yes" under "Allow end user access".
8. Restart the Admin Server.
9. Using Mozilla 1.4 - Go to Edit->Preferences> Navigator->Languages .
10. There would be 2 languages listed en-us and en. Remove one of them .
11. Restart the browser and try to log into the proxy server's admin interface
using 'enduser' user name and password.
Actual Results:
Mozilla 1.4 hangs. The admin interface page for the proxy server does not appear.
Expected Results:
The expected results is to see the proxy server admin page appear.
Comment 1•20 years ago
|
||
*** Bug 243240 has been marked as a duplicate of this bug. ***
Comment 2•20 years ago
|
||
*** Bug 243239 has been marked as a duplicate of this bug. ***
Comment 3•20 years ago
|
||
Dupe of bug 151792?
Comment 4•20 years ago
|
||
This bug needs a testcase attached to the bug that shows the problem...
Depends on: 151792
Reporter | ||
Comment 5•20 years ago
|
||
(In reply to comment #4)
> This bug needs a testcase attached to the bug that shows the problem...
Here is the location to download the Sun Proxy Server 3.6sp5 (the latest):
http://wwws.sun.com/software/download/products/4096ba15.html
For a test case to reproduce this, download and follow these steps and you
should see the problem:
1. Install proxy server 3.6sp3.
2. Login as admin to the netscape proxy server 3.6 console.
3. Under the section for "General Administration" , click on "Users and Groups".
4. Click on "New User".
5. Create a test end user with user name 'enduser'.
6. Click on "Admin Preferences"/"Distributed Admin"
7. Check "Yes" under "Allow end user access".
8. Restart the Admin Server.
9. Using Mozilla 1.4 - Go to Edit->Preferences> Navigator->Languages .
10. There would be 2 languages listed en-us and en. Remove one of them .
11. Restart the browser and try to log into the proxy server's admin interface
using 'enduser' user name and password.
Let me know if you run into any problems or need assistance with any of these
above steps.
Comment 6•18 years ago
|
||
Hmm... I seem to not have cced myself on this bug back then. :(
Janice, is this still a problem in a current Firefox or Seamonkey build?
Comment 7•16 years ago
|
||
no response
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•