Closed Bug 8294 Opened 25 years ago Closed 25 years ago

http://www.fool.com takes over the sidebar

Categories

(SeaMonkey :: UI Design, defect, P2)

x86
Windows 98
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: AriB, Assigned: hyatt)

References

()

Details

M6 (talkback release)
To replicate, go to above URL, enter a stock quote such as NSCP in the field on
the upper left and click on the button underneath. The sidebar is taken over the
the website it loads
Using the 1999061509 build. I'am able to reproduce this. The sidebar disapears
for me completly. then when loading the new page there is an animated gif ad on
it, and the page 'bounces' back and forth from left to right several times while
loading. When it stops the back button would not work and I got the following
crash:

APPRUNNER caused an invalid page fault in
module JSDOM.DLL at 0177:00d36195.
Registers:
EAX=00a8a6a0 CS=0177 EIP=00d36195 EFLGS=00010206
EBX=0076efe4 SS=017f ESP=0076ef88 EBP=0076efb0
ECX=00000000 DS=017f ESI=0076efac FS=4a77
EDX=0076efe4 ES=017f EDI=00afa664 GS=0000
Bytes at CS:EIP:
ff 91 20 01 00 00 8b 4f 64 85 c9 74 10 ff 75 1c
Stack dump:
00a8a6a0 03d124f0 0076efe4 0076efac 00000004 0076f018 00000000 00000001 00af8de4
00000000 0076f028 00dd5b56 00afa664 03d124f0 0076efe4 00000000
Assignee: don → slamm
Component: Apprunner → XPApps
Priority: P3 → P2
Target Milestone: M8
Steve, is this the targeting problem?
QA Contact: leger → paulmac
Updating QA Contact
Summary: webpage takes over the sidebar → http://www.fool.com takes over the sidebar
Assignee: slamm → hyatt
Here is the html source of the form in question:

    <FORM ACTION="http://quote.fool.com/simple.asp" TARGET=_parent>
    <INPUT TYPE="hidden" NAME="fh" VALUE="1">
    <INPUT TYPE="text" NAME="Symbols" SIZE="10" MAXLENGTH="180">
    <CENTER><INPUT TYPE=image
src="http://a100.g.akamaitech.net/7/100/70/0001/www.fool.com/art/leftnav/getinfo
.gif" width=100 height=21 border=0 NAME=submit></CENTER></DIV>
    <BR></FORM>

The reason this form submission takes over the sidebar is because the form
targets the parent.

In order to fix this, the content frame needs to be sandboxed. It does have
'type="content"' maybe sandboxing broke.

Reassigning to hyatt.
Status: NEW → ASSIGNED
I know what the problem is.  The fix is trivial.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed.
Status: RESOLVED → VERIFIED
verified, 7/7 builds
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.