Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Keyboard event propagates from Dialog component to ListItem #1156

@kohlikohl

Description

@kohlikohl

Bug Report

When embedding a <Dialog> inside the endMedia of a ListItem and also adding a keyDown handler to the ListItem, pressing ENTER inside the <Dialog> to cancel/confirm will trigger the keyDown handler on the ListItem.

Steps

Expected Result

  • the dialog closes and the keyDown handler on ListItem is not engaged

Actual Result

  • Keyboard event propagates to ListItem

Version

0.25.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    vstsPaired with ticket in vsts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions