Skip to content

[Bug]: Double Click Event Not Consistent on a Table #1821

Open
@ScottKemp

Description

@ScottKemp

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have added a "Double Click" Event to a table.

Sometimes when I double Click a row, it will fire and sometimes not.

Expected Behavior

When double clicking a row, it should first Select that row and fire any events for that, then it should fire the double click row event, if it exists.

Steps to reproduce

I made a table that has two rows currently. The Double Click event launches a modal for editing that particular row.

This will fail:
Select Row 1
Double Click Row 1

  • Modal Pops Up
    Close with X in upper right of modal
    Double Click Row 1 (Same Row)
  • Nothing Happens

INTERESTINGLY, if I press ESCAPE after the modal pops up instead of Closing with the X, it works as expected.

Environment

Windows 11, Chrome, Version 2.7.2

Additional Information

No response

Metadata

Metadata

Labels

Javascript FrontendPull requests that update Javascript codeNot ReproducingThe issue is not Reproducing.questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions