jalexiscv / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Fixed in trunk.

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

GoogleCodeExporter commented 9 years ago

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