Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode: Properties text box loses focus and newlines while typing #750

Open
rustonaut opened this issue Feb 21, 2024 · 2 comments
Open

vscode: Properties text box loses focus and newlines while typing #750

rustonaut opened this issue Feb 21, 2024 · 2 comments

Comments

@rustonaut
Copy link

Somehow every time I type in the properties text box it loses focus.

This only happens after I start typing and seem to only happen when my typing speed slows down for a moment.

When it happens it loses focus, and sometimes then focuses on the document wide Properties (document notes) and sometimes it doesn't and sometimes it seems to lose a newline directly after the cursor e.g. moving a valign=top into the text describing the entity.

This bug seem to be triggered by Auto Save: delayAfter, not having it enabled works around this bug.

@afdia
Copy link
Collaborator

afdia commented Feb 22, 2024

Thanks for the report

You mean the setting Files: Auto Save: afterDelay in VSCode, correct?

Maybe the focus is lost due to the reparsing of the uxf file after the autosave

@rustonaut
Copy link
Author

rustonaut commented Feb 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants