asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.86k stars 297 forks source link

Keystrokes missed using editor in Windows (AsciidocFX version 1.8.8) #627

Closed 3rady closed 3 months ago

3rady commented 4 months ago

The editor sometimes does not register keystrokes when entering Markdown. I am seeing a frequency of perhaps 1 out of 100 keystrokes being missed, maybe more. The result is text with missing characters. I haven't been able to detect any sort of pattern to the failure, it seems to happen if I'm typing fast or slow. I did not notice this behavior in previous versions.

rahmanusta commented 4 months ago

Please test with https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.8.9 . I hope it resolves the key event issues

3rady commented 3 months ago

I have used version 1.8.9 for a few hours and not had any issues with the key events. Thank you for fixing it!