Closed
Bug 206025
Opened 22 years ago
Closed 22 years ago
errors in javascript: URLs are not reported in JavaScript console
Categories
(Core :: Security, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 206026
People
(Reporter: jruderman, Assigned: jst)
Details
(Keywords: regression)
Both compile-time and run-time errors in javascript: URLs are not being reported
in many cases. I'm testing Firebird 05/15. I'm guessing this is a regression
from bug 202994.
Cases where errors are reported:
* Clicking link with href="javascript:)"
Cases where errors are not reported:
* Clicking button that sets location="javascript:)"
* Typing javascript:) into the location bar
Run-time errors can still be caught with try..catch, but no errors are shown in
the JavaScript console.
Reporter | ||
Updated•22 years ago
|
Keywords: regression
Well, this does affect web developers trying to figure out why their apps don't
work. Any chance of fixing this?
Assignee | ||
Comment 2•22 years ago
|
||
This is now fixed, fixed in bug 206026.
*** This bug has been marked as a duplicate of 206026 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•