Closed
Bug 35769
Opened 25 years ago
Closed 25 years ago
clicking link to quickvote "View results" crashes
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: spam, Assigned: asa)
References
()
Details
(Keywords: crash, testcase)
build ID 2000-04-14-09-M16 linux
About middle down the page at cnn.com is the "Quicvote" field with a link to
"view results". Click link -> browser crash.
One backtrace of this is added in bug 35770 but a second backtrace looked
different ending with "0x1 in ?? ()"
Comment 2•25 years ago
|
||
this is a javascript crash. The following code will reproduce this.
<A HREF="javascript:anUndefinedFunctionHere()">Click here to crash</A>
Should be a duplicate (or a "duplicate to be" :-)
Comment 4•25 years ago
|
||
What I observed was probably bug 35794; this may or may not be related.
Severity is critical, anyway.
Severity: normal → critical
Comment 5•25 years ago
|
||
Sorry, mid-air-collision cleared resolution.
*** This bug has been marked as a duplicate of 35794 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Nice of you to make me look like i'm filing duplicates >:P
The backtrace i referred to doesn't remind of 35794 but agreed - it's likely the
same bug since the link at CNN is:
javascript:pollSubPop('/POLL/results/1041691.html','popuppoll','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=510,height=400')
Comment 7•25 years ago
|
||
marking verified - also note that the duplicate is fixed now. And I tested this
on linux 2000042113 and it's currently working.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•