You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using limel-button or limel-icon-button in the trigger slot for limel-menu trying to reopen the menu no longer works after it was opened using enter.
This is not a problem if a native button is used instead. It is somehow caused by makeEnterClickable (the trigger works as expected when makeEnterClickable isn't used).
Screen.Recording.2024-06-26.at.22.42.47.mov
Steps to reproduce the behavior:
Tab to focus the trigger button
Press enter to open the menu
Close the menu
Try to open the menu again
Expected behavior
The menu should open again when clicking the trigger button
The text was updated successfully, but these errors were encountered:
Current behavior
When using
limel-button
orlimel-icon-button
in the trigger slot forlimel-menu
trying to reopen the menu no longer works after it was opened using enter.This is not a problem if a native button is used instead. It is somehow caused by makeEnterClickable (the trigger works as expected when
makeEnterClickable
isn't used).Screen.Recording.2024-06-26.at.22.42.47.mov
Steps to reproduce the behavior:
Expected behavior
The menu should open again when clicking the trigger button
The text was updated successfully, but these errors were encountered: