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
Initially discovered and reported in a comment in #4274 by @TomJGooding
Somewhat following on from #4274, although very likely an easier fix (I think it just needs a Hide handler to release the mouse and do any other housekeeping necessary to TextArea selection), if you start a mouse selection within TextArea and then hide the TextArea, the mouse will be trapped and won't respond anywhere else.
Initially discovered and reported in a comment in #4274 by @TomJGooding
Somewhat following on from #4274, although very likely an easier fix (I think it just needs a
Hide
handler to release the mouse and do any other housekeeping necessary toTextArea
selection), if you start a mouse selection withinTextArea
and then hide theTextArea
, the mouse will be trapped and won't respond anywhere else.To illustrate:
Start a mouse selection in the first
TextArea
, press F1 while still selecting with the mouse, then notice nothing else will respond to mouse clicks.The text was updated successfully, but these errors were encountered: