Navigation Menu

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

KeyboardEventStream throws exception 'keyIdentifier is unsupported' #11139

Closed
DartBot opened this issue Jun 7, 2013 · 3 comments
Closed

KeyboardEventStream throws exception 'keyIdentifier is unsupported' #11139

DartBot opened this issue Jun 7, 2013 · 3 comments
Assignees
Labels
web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@DartBot
Copy link

DartBot commented Jun 7, 2013

This issue was originally filed by matsond...@gmail.com


What steps will reproduce the problem?

  1. Run simple program below.
    import 'dart:html';

void main() {
  KeyboardEventStream.onKeyDown(document.body).listen(_keydownHandler);
}

void _keydownHandler(KeyEvent e) {}

  1. Press control + shift and release.
  2. On releasing control exception is thrown

What is the expected output? What do you see instead?
Expected is control keys is returned in KeyEvent, instead exception is thrown.

What version of the product are you using? On what operating system?
Windows 7 x64.
Chromium 28.0.1500.0 (Developer Build 198577)
OS Windows
Blink 537.36 (Source@1262)
JavaScript V8 3.18.5.2
DartVM 0.5.13.1_r23552

Please provide any additional information below.

This happens on many other combinations of keys as well.
If you look in the KeyEvent the field $dom_keyIdentifier="<Exception thrown>"

@kasperl
Copy link

kasperl commented Jun 10, 2013

Added Area-HTML, Triaged labels.

@blois
Copy link
Contributor

blois commented Jun 19, 2013

Set owner to @efortuna.
Added this to the M6 milestone.

@efortuna
Copy link
Contributor

efortuna commented Aug 9, 2013

Fixed with r25989


Added Fixed label.

@DartBot DartBot added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Aug 9, 2013
@DartBot DartBot added this to the M6 milestone Aug 9, 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

4 participants