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

beforeUnload throws exception in Opera #2890

Closed
gramster opened this issue May 3, 2012 · 10 comments
Closed

beforeUnload throws exception in Opera #2890

gramster opened this issue May 3, 2012 · 10 comments
Labels
web-libraries Issues impacting dart:html, etc., libraries

Comments

@gramster
Copy link
Contributor

gramster commented May 3, 2012

In my main() I have this code:

    window.on.beforeUnload.add(_beforeUnload);

In Opera (11.62)I get this:

Uncaught exception: Error
Error thrown at line 12, column 2 in $throw(e) in file://localhost/home/gram/dart/test/test.dart.js:
    throw e;
called from line 306, column 10 in <anonymous function: method>() in file://localhost/home/gram/dart/test/test.dart.js:
    $throw(new NoSuchMethodException(
called via Function.prototype.apply() from line 317, column 4 in $dynamicBind() in file://localhost/home/gram/dart/test/test.dart.js:
    return method.apply(this, Array.prototype.slice.call(arguments));
called from line 4183, column 2 in Episodes(_includePerfMarks, _autorun) in file://localhost/home/gram/dart/test/test.dart.js:
    get$$window().get$on().get$beforeUnload().add($wrap_call$1(this.get$_beforeUnload()), false);

@anders-sandholm
Copy link
Contributor

Added Area-Frog, Triaged labels.

@anders-sandholm
Copy link
Contributor

Removed Area-Frog label.
Added Area-Dart2JS, OldAreaFrog labels.

@anders-sandholm
Copy link
Contributor

Removed OldAreaFrog label.
Added FromAreaFrog label.

@kasperl
Copy link

kasperl commented Jun 12, 2012

Removed Area-Dart2JS, FromAreaFrog labels.
Added Area-DOM label.

@vsmenon
Copy link
Member

vsmenon commented Jul 16, 2012

Probably also related to issue #2397.


Added this to the M1 milestone.

@vsmenon
Copy link
Member

vsmenon commented Jul 16, 2012

Marked this as being blocked by #4111.

@iposva-google
Copy link
Contributor

Removed Area-DOM label.
Added Area-HTML label.

@vsmenon
Copy link
Member

vsmenon commented Aug 23, 2012

Removed this from the M1 milestone.
Added this to the M2 milestone.

@blois
Copy link
Contributor

blois commented Oct 15, 2012

Removed this from the M2 milestone.
Added this to the Later milestone.

@efortuna
Copy link
Contributor

Added Fixed label.

@gramster gramster added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Aug 26, 2013
@gramster gramster added this to the Later milestone Aug 26, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

7 participants