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
There is code in textinput.js that conditions on isGecko and listens for "text" events (which are deprecated). The way isGecko is computed in useragent.js relies on non-standard properties that Gecko plans to remove.
What you should probably do is stop UA-sniffing and just use compositionupdate events instead.
The text was updated successfully, but these errors were encountered:
There is code in textinput.js that conditions on
isGecko
and listens for "text" events (which are deprecated). The wayisGecko
is computed in useragent.js relies on non-standard properties that Gecko plans to remove.What you should probably do is stop UA-sniffing and just use compositionupdate events instead.
The text was updated successfully, but these errors were encountered: