GH text panel loses focus

There is an EXTREMELY OLD and very annoying BUG in R7 (though it goes way back) having to do with GH text panels. GH becomes completely unresponsive at times UNTIL the “correct” text panel is located and manipulated in some way, usually by drag-scrolling it. No other component can be selected and the canvas cannot be moved.

I don’t use R8 often enough to know if it’s finally been fixed in R8? I can’t provide an example because it can’t be reproduced (and doesn’t survive file-save-quit). I frequently use GH text panels as debugging tools so this is driving me crazy!!!
:enraged_face:

P.S. I suspect that unintentional mouse clicks might trigger the problem? Wish I could stop that.

That is going to be a tough one unless we can figure out the steps to repeat.

It’s the panel capturing the mouse event, like David describes here..

Any interaction that lands a clean MouseUp on the capturing object should clear it (dragging the scrollbar)