Closed
Bug 125401
Opened 23 years ago
Closed 23 years ago
Crash when clicking button with malformed onClick handler
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: justdave, Assigned: jst)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.8+)
Gecko/20020209
BuildID: 2002020903 cfm
Mozilla crashes when I click a button with a bad onClick handler (that's my
guess anyway - further analysis by others may indicate another source for the
problem).
Reproducible: Always
Steps to Reproduce:
1. Visit the attached URL
2. fill in any valid postal address for a location
3. Click the Search button at the bottom of the page.
4. When the search results appear, a Javascript-created window pops up with a
disclaimer about the accuracy of the directory. Click the OK button in that
window, and Mozilla goes boom. "The application Mozilla has unexpectedly quit"
Actual Results: Mozilla crashes.
Expected Results: Maybe I get a Javascript error, or it just fails to execute
the bad script.
I will attempt to attach page source for the popup window and a stack trace if I
can get one in a few minutes.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Attachment #69413 -
Attachment mime type: application/octet-stream → text/plain
Reporter | ||
Comment 3•23 years ago
|
||
I can reliably reproduce this by VIEWING the first attachment on this bug, and
clicking the OK button from there. Editing that attachment and clicking the OK
button in the IFRAME on the right does not result in a crash.
Assignee | ||
Comment 4•23 years ago
|
||
Hmm, I can't reproduce this with todays build, anyone else?
Reporter | ||
Comment 5•23 years ago
|
||
Confirmed. Crash is gone with today's build. :)
Assignee | ||
Comment 6•23 years ago
|
||
WORKSFORME then. Thanks for testing.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•