Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Firing actually doesn't do anything in latest Chrome? #57

@dandv

Description

@dandv

JSBin

<!doctype html>
<html lang="en-US">

<head>
<script src="https://rawgit.com/keithamus/jwerty/master/jwerty.js"></script>
</head>

<body>

<form id="myform">
  <input type="text">
  <textarea>
  aa
  bb
  </textarea>
</form>  

<script>
jwerty.fire('a', 'input', '#myForm');
jwerty.fire('ctrl+a', 'textarea');
</script>

</body>
</html>

After loading the page, I don't see an a in the input, or the textarea contents selected.

Does fire only trigger bound events? If so, that should be mentioned in the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions