Patitotective / ImThemes

Dear ImGui style browser and editor written in Nim
MIT License
348 stars 74 forks source link

[Bug] Null clipboard string #9

Closed BttrDrgn closed 1 year ago

BttrDrgn commented 1 year ago

Using v0.2.4 (but the zip is labeled as v0.2.3 so whichever version this actually is)

Consistently when I alt-tab multiple times, especially when a text input is active, I get crashes from the input handler. I also noticed this issue happens whenever the window is idle for too long. I do not have an exact time measurement but it has happened twice whenever I went away from the keyboard.

image

Patitotective commented 1 year ago

Thanks for reporting it. Could you try to reproduce the bug in this build https://github.com/Patitotective/ImThemes/suites/8574500998/artifacts/383713400.

BttrDrgn commented 1 year ago

I could not reproduce the alt-tabbing issue after updating , however, I will keep it running in the background and report back if I have another crash from being idle, so I won't close the issue after this comment. Thank you for fixing that so quickly!

Edit: absolutely no issues after an hour, before it was crashing after maybe 5 minutes so I can safely say it's completely fixed.

Patitotective commented 1 year ago

Officially fixed in https://github.com/Patitotective/ImThemes/releases/tag/0.2.5.