Skip to content

keydown event doesn't fire for the Tab key #41307

@webbedspace

Description

@webbedspace

Describe the bug:
See title.

To Reproduce:

<!doctype html>
<h2 id='Z'></h2>
<script>
document.addEventListener(`keydown`, e => {
  Z.innerText = `You pressed: ${e.key}`
})
</script>

Press tab. On Firefox it will trigger the listener but not Servo.

Platform:
Win10

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions