Closed
Bug 22393
Opened 25 years ago
Closed 24 years ago
Javascript function causes crash
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: stephena, Assigned: vidur)
Details
(Keywords: crash, testcase, Whiteboard: [TESTCASE] caliver@yahoo.com)
Attachments
(2 files)
The following crash was observed with both M12 and build 1999122108 on Win95.
I ran across a page (on QVC's website) that uses the following syntax:
<A HREF="javascript:document.location.reload()">Click Me</A>
Clicking that link causes a stack fault. Talkback did pick up my original
discovery of this.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Updated•25 years ago
|
Assignee: mccabe → vidur
Component: Javascript Engine → DOM Level 0
Comment 2•25 years ago
|
||
Reassiging to DOM component.
Comment 3•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Comment 4•25 years ago
|
||
We can see crash only if we use reload command in Anchor.
If we use it onClick of some button then it does not crash.
Same crash is happening on bug# 20283 too. May be they are related. And bug is
in Anchor.
Adding "crash" keyword to all known open crasher bugs.
Keywords: crash
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] caliver@yahoo.com
Comment 6•25 years ago
|
||
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] caliver@yahoo.com → [TESTCASE] caliver@yahoo.com
Comment 7•25 years ago
|
||
Neither test case crashes the 2000022808 build (tested on Win95 and
WinNT4 SP6a).
Marking Worksforme.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 8•25 years ago
|
||
The bug is back - the 2000-04-09-08 Win98 build freezes on both attachments
when the link is clicked. Reopening.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 10•24 years ago
|
||
DUPing with bug 37463. Thanks to Andreas for catching the similarity.
*** This bug has been marked as a duplicate of 37463 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → DUPLICATE
Comment 11•24 years ago
|
||
Bug 37463 is fixed. Both testcases attached to this bug are working fine now
(PC/Linux, build 2000063020).
You need to log in
before you can comment on or make changes to this bug.
Description
•