Closed
Bug 107388
Opened 24 years ago
Closed 24 years ago
Imbedded pulldown menus (javascript) no longer work
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 100511
People
(Reporter: snodman, Assigned: asa)
References
()
Details
Attachments
(1 file)
I can no longer select any options in their imbedded pulldown menus. The
pulldowns display improperly, outside of the pulldown box and none are
selectable (ie transfer $$ from this account to that, display data from this
date to that, etc.). This used to work fine with Mozilla for OS X, still works
fine from Navigator in classic or MSIE 5.1 for OS X 10.1. They have been
redesinging their site, could be they broke it or OS X 10.1 broke it (or it
could be Mozilla). I get this bug in the latest nightly build as well as the
latest milestone of Mozilla for OS X. My OS is Mac OS X 10.1.
Comment 1•24 years ago
|
||
The page requires a login. Joseph, could you possibly attach the source of the
page to this bug?
Comment 2•24 years ago
|
||
At any rate, not likely to be a JS Engine bug. Reassigning to
Browser-General until we can get further information -
Joseph, when the menus fail, do you see any errors in the
JavaScript Console (Tasks | Tools | JavaScript Console)?
Be sure to clear the console of errors from previous sites -
Assignee: rogerl → asa
Component: Javascript Engine → Browser-General
QA Contact: pschwartau → doronr
| Reporter | ||
Comment 3•24 years ago
|
||
Here is the source of one of the offending pages (those past the signon screen).
The frame error for this page is typical of the error I see with Mozilla on all
similar pages.
I never get a javascript error message, but none of the items in the JS pulldown
menus are selectable and the pulldown list items don't properly display within
the intended JS textbox (they display below the box in error).
<html>
<!--
File Name: main.html
Customer: Mission Federal Credit Union
Author: P.L. House
Version: 2.0
Date: 05/01/2001
Notes: Upgraded for speed issues
-->
<head>
<title>Mission Link</title>
<link rel="stylesheet" type="text/css" href="corillianstyle.css" />
<script language="javascript" src="lib/config.js"></script>
<script language="javascript" src="lib/workspaceFrame.js"></script>
</head>
<frameset rows="95,*" border="0" frameborder="no">
<frame title="Masthead" name="Masthead" src="MastHead.html" scrolling="no"
frameborder="no" border="0" marginheight="0" marginwidth="0" framespacing="0" />
<frame title="Body" name="Body" src="Frameset/FS_Body_SignOn.html"
scrolling="auto" frameborder="no" border="0" marginheight="0" marginwidth="0"
framespacing="0" noresize />
<noframes>
<body bgcolor="#F8F3Df">
<p>Viewing this page requires a browser capable of displaying frames.</p>
</body>
</noframes>
</frameset>
</html>
Comment 4•24 years ago
|
||
Joseph, could you attach the source of the frame involved, not of the frameset?
Right-click (click-hold if you have a single-button mouse) near the pulldown
and select "save frame as" from the context menu. Use
http://bugzilla.mozilla.org/createattachment.cgi?id=107388 to attach the file to
this bug.
| Reporter | ||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
The problem here is a bug in handling things like:
<select>
<script>
document.write("<option>");
</script>
</select>
Marking this a duplicate; the bug in question has a patch that's being reviewed.
Joseph, thanks for your help in getting this figured out!
*** This bug has been marked as a duplicate of 100511 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 7•24 years ago
|
||
This bug is also fixed in the new Netscape 6.2 for OS X. Thanks!
Comment 8•24 years ago
|
||
Actually, it's just not yet broken in NS 6.2 -- it was introduced after NS 6.2
branched. :)
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•