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
Observe how the input field on sgg chat has focus for a second or so but then loses it
This is caused by dgg chat requesting focus.
Firefox disallows focus on elements which are have visibility: hidden or display: none.
It seems this is not the case in Blink browsers when the focusing element is in an iframe.
Possible solution would be to unload/reload the dgg chat.
Not ideal, causing friction in switching between chats; although favoring sgg chat 😏
The text was updated successfully, but these errors were encountered:
This addresses github.com/MemeLabs/Rustla2/issues/117
Not a proper fix, as typing in chat directly after switching will steal a few
characters mid sentence.
Though it's better than nothing, until we can implement a proper fix.
Steps:
This is caused by dgg chat requesting focus.
Firefox disallows focus on elements which are have
visibility: hidden
ordisplay: none
.It seems this is not the case in Blink browsers when the focusing element is in an iframe.
Possible solution would be to unload/reload the dgg chat.
Not ideal, causing friction in switching between chats; although favoring sgg chat 😏
The text was updated successfully, but these errors were encountered: