Spec icon indicating copy to clipboard operation
Spec copied to clipboard

Escape key on dialog with filterable list does not always work

Open tesonep opened this issue 4 years ago • 2 comments

If on Iceberg, the "Add Package" dialog, the focus is on the list, I press Escape => the dialog closes OK! 👍 If on Iceberg, the "Add Package" dialog, the focus is on the filter field, I press Escape => the dialog closes OK! 👍 If on Iceberg, the "Add Package" dialog, the focus is on the filter field, I type something, I press Escape => the dialog does nothing, not even a visual clue of why it was not closed! 😢

tesonep avatar Apr 23 '21 12:04 tesonep

It seems this is because there are two different text fields, one of the list, one of the dialog. Dragging it with halos shows the problem.

image

tesonep avatar Apr 23 '21 12:04 tesonep

mfmfmfsad... this is because the text field is not bubbling up the ESC char...

estebanlm avatar Jun 01 '21 13:06 estebanlm