kxgames / glooey

An object-oriented GUI library for pyglet.
MIT License
91 stars 6 forks source link

Resizing window when a Form has focus #26

Closed EdwardWatine closed 5 years ago

EdwardWatine commented 5 years ago

If a form has focus and the window resizes everything breaks. Is this a pyglet issue or glooey?

kalekundert commented 5 years ago

Definitely sounds like a glooey issue. I'm planning to take a look at this later tonight.

kalekundert commented 5 years ago

It took me a while to figure out what was going on with this one, but it should be fixed now. Briefly, the problem was that the Form was creating multiple "caret" objects, and events were still being routed to the stale carets. Let me know if any sort of buggy behavior persists.