Closed
Bug 151710
Opened 23 years ago
Closed 22 years ago
a link with target=" attribute can open multiple windows, and, if clicked rapidly, can crash 1.1a.
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: tarahim, Assigned: john)
Details
(Keywords: crash, regression, testcase)
Attachments
(1 file)
|
37.83 KB,
text/plain
|
Details |
2002061103 1.1a for MacOS9.
Display a frame in a window by Show Only This Frame. If this frame contains a
link with a target="main", which is not currently displayed in any window,
clicking such link multiple times can cause Mozilla to open so many windows. If
the number of the windows being opened by this action gets too large, Mozilla
crashes the entire system.
Expected result:Mozilla should not open more than one window as target.
| Reporter | ||
Comment 1•23 years ago
|
||
Adding crash and regression KW.
Keywords: crash,
regression
Summary: a link with target="main" can open multiple windows if clicked rapidly, can crash the system. → a link with target="main" can open multiple windows, and, if clicked rapidly, can crash 1.1a.
| Reporter | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Comment 3•23 years ago
|
||
Could you provide a testcase?
| Reporter | ||
Comment 4•23 years ago
|
||
Say you open a URL that has a source like the one below. Mozilla will open
leftframe.html and rightframe.html in two frames.
Now you select the left frame and display it by Show Only This Frame. If there
is a link in leftframe.html with target="right" attribute,
clicking such a link should open a new window and the linked URL is displayed
in it.
However, current builds of Mozilla allows such link to be opened in multiple
windows if the link is clicked multiple times.
By rapidly clicking the link, one can force OS9.x build to continue opening new
windows till it crashes the entire system.
OSX build also allows such link to open so many windows as the number of times
the link is clicked, but does not cause crash.
<HTML>
<HEAD>
<TITLE>test frames</TITLE>
</HEAD>
<FRAMESET COLS="30%,70%">
<FRAME SRC="leftframe.html" NAME=left MARGINWIDTH=0 MARGINHEIGHT=0>
<FRAME SRC="rightframe.html" NAME=right MARGINWIDTH=0 MARGINHEIGHT=0>
</FRAMESET>
</HTML>
Summary: a link with target="main" can open multiple windows, and, if clicked rapidly, can crash 1.1a. → a link with target=" attribute can open multiple windows, and, if clicked rapidly, can crash 1.1a.
Comment 5•23 years ago
|
||
Bulk moving P1-P5 un-milestoned bugs to future.
Target Milestone: --- → Future
Comment 6•22 years ago
|
||
This bug is targeted at a Mac classic platform/OS, which is no longer supported
by mozilla.org. Please re-target it to another platform/OS if this bug applies
there as well or resolve this bug.
I will resolve this bug as WONTFIX in four weeks if no action has been taken.
To filter this and similar messages out, please filter for "mac_cla_reorg".
Comment 7•22 years ago
|
||
mac classic is no longer supported by Mozilla. Marking WONTFIX.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•