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

Dart SDK 0.7.1.0_r27025 breaks ctrl-alt-foo #1

Closed
KarstenB opened this issue Sep 5, 2013 · 0 comments
Closed

Dart SDK 0.7.1.0_r27025 breaks ctrl-alt-foo #1

KarstenB opened this issue Sep 5, 2013 · 0 comments

Comments

@KarstenB
Copy link

KarstenB commented Sep 5, 2013

The Exception trace is:
Uncaught Error: Class 'KeyboardEvent' has no instance getter '$dom_keyIdentifier'.

NoSuchMethodError : method not found: '$dom_keyIdentifier'
Receiver: Instance of 'KeyboardEvent'
Arguments: []
Stack Trace:
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:20:25)
#1 KeyEventX.$dom_keyIdentifier (package:ctrl_alt_foo/key_event_x.dart:32:44)
#2 KeyEventX.keyIdentifier (package:ctrl_alt_foo/key_event_x.dart:34:9)
#3 KeyEventX._hasKeyIdentifier (package:ctrl_alt_foo/key_event_x.dart:83:9)
#4 KeyEventX.keyCode (package:ctrl_alt_foo/key_event_x.dart:75:9)
#5 KeyEventX.key (package:ctrl_alt_foo/key_event_x.dart:67:9)
#6 KeyEventX.isKey (package:ctrl_alt_foo/key_event_x.dart:54:38)
#7 ShortCut._createStream. (package:ctrl_alt_foo/shortcut.dart:76:19)
#8 _BufferingStreamSubscription._sendData. (dart:async/stream_impl.dart:184:55)
#9 _ZoneBase._runInZone (dart:async/zone.dart:82:17)
#10 _ZoneBase._runGuarded (dart:async/zone.dart:99:22)
#11 _ZoneBase.executePeriodicCallbackGuarded (dart:async/zone.dart:68:21)
#12 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:184:41)
#13 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:135:16)
#14 _ForwardingStreamSubscription._add (dart:async/stream_pipe.dart:57:15)
#15 _MapStream._handleData (dart:async/stream_pipe.dart:121:14)
#16 _handleData (dart:async/stream_pipe.dart:79:24)

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

No branches or pull requests

1 participant