You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the included testcase (Error.html). When using legacy.js, the
exception.fileName property (supported by Firefox only) is reported to be
legacy.js, instead of Error.html.
This might confuse developers, because the error reported (by firebug for
example) is claimed to be in legacy.js.
This probably also affects the window.onerror event. Within Gecko, the
fileName property is empty (see Error2.html). Within Internet Explorer, the
fileName is displayed.
Original issue reported on code.google.com by doek...@gmail.com on 23 May 2007 at 2:33
Original issue reported on code.google.com by
doek...@gmail.com
on 23 May 2007 at 2:33Attachments:
The text was updated successfully, but these errors were encountered: