Closed
Bug 271635
Opened 20 years ago
Closed 10 years ago
JS error in DOMWillOpenModalDialog handler causes silent script termination
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jst, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.25 KB,
patch
|
Details | Diff | Splinter Review |
As dbaron points out, when you executing alert(propmpt()); (any modal DOM dialog would do, in fact) we terminate the script due to an error in the DOMWillOpenModalDialog handler in Firefox's tabbrowser.xml, but we never report the error.
FWIW, this is the patch I had in my tree to fix the JS error that was causing the silent termination of the content's script
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•