squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
11 stars 1 forks source link

`EventSensor>>#cursorPoint`/`EventSensor>>#peekPosition` absorb events #107

Open LinqLover opened 6 months ago

LinqLover commented 6 months ago

Probably because the eventQueue is flushed.

For example, this is a real problem when you start the profiler from the docking bar to analyze some UI interactions, as a few up to many keyboard events (depending on the performance of the UI) get swallowed.

LinqLover commented 6 months ago

Morphic-ct.2153 (inbox) fixes the issue for the case of the profiler, but the general issue with EventSensor remains.