Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gecko reports wrong fileName with exception when using legacy.js #12

Closed
GoogleCodeExporter opened this issue Jun 26, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Fixed in trunk.

Original comment by dean.edw...@gmail.com on 19 Jun 2007 at 7:11

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by doek...@gmail.com on 14 Jul 2007 at 7:07

  • Added labels: Browser-Mozilla, Module-base2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant