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
To some extent, this is related to #168, but it's not the same.
If I have a list of clickable items that, once clicked, open a Tingle modal, the link is still active (if no other element in the modal receives focus). If I hit the key, the browser's default behaviour is to act on the clickable item again, thus opening another modal (depending on how it's implemented of course).
Using this.blur() in the event handler will, of course, also work. But somehow I think Tingle should handle this better as it's a "modal".
The text was updated successfully, but these errors were encountered:
To some extent, this is related to #168, but it's not the same.
If I have a list of clickable items that, once clicked, open a Tingle modal, the link is still active (if no other element in the modal receives focus). If I hit the key, the browser's default behaviour is to act on the clickable item again, thus opening another modal (depending on how it's implemented of course).
Using this.blur() in the event handler will, of course, also work. But somehow I think Tingle should handle this better as it's a "modal".
The text was updated successfully, but these errors were encountered: