Closed
Bug 1650
Opened 26 years ago
Closed 26 years ago
Closing a javascript created window with a link causes a crash
Categories
(Core Graveyard :: Viewer App, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M3
People
(Reporter: chrispetersen, Assigned: joki)
References
()
Details
Build release: 11/24
Platforms: Win NT, Win 95, Win 98
Applications:xpviewer and viewer
1) Launch xpviewer or viewer.
2) Go to http://www.real.com
3) Click on the link that states "Download Free RealPlayer G2"
This link opens a new window using javascript.
4) In this window, click on the link called "Close Window"
5) This will cause the crash to occur.
Reporter | ||
Updated•26 years ago
|
Summary: Closing a javascript created window with a link causes a crash → ss:Closing a javascript created window with a link causes a crash
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: ss:Closing a javascript created window with a link causes a crash → rn:Closing a javascript created window with a link causes a crash
Assignee | ||
Comment 1•26 years ago
|
||
This is an event problem and doesn't have an easy one step fix. Release note
should be something like:
Executing the JavaScript window.close() method from within an event handler
will crash NGT. An easy workaround is to use a setTimeout to execute the
close method after the event handler has completed.
Summary: rn:Closing a javascript created window with a link causes a crash → Closing a javascript created window with a link causes a crash
Comment 4•26 years ago
|
||
[still takes place on 2.4.99 builds; Win32, Linux & Mac.]
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
petersen, could you try with lastest apprunner and viewer builds please? All
Platforms. And change Platform to All, component to Apprunner if still occurs.
Thanks!
Reporter | ||
Comment 7•26 years ago
|
||
Can't reproduce this problem since the page has been changed. Clicking on link
goes to another page and doesn't open a javascript window. Should this bug be
assigned "fixed" since the page has been changed ?
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 8•26 years ago
|
||
marking worksforme.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: 3849
Comment 9•26 years ago
|
||
marking as verified
URL: www.real.com → http://www.real.com
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•