-
Notifications
You must be signed in to change notification settings - Fork 15
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
A pop up saying something about my data being synced pops up and interrupts my typing when In a table #45
Comments
if you're talking about the "... has been externally modified, merging changes automatically" popup then unfortunately can't do much about it. you can type faster or increase the refresh time to reduce it's occurrence but that's it. although it's a cosmetic issue, should not affect typing or syncing. what do you mean by interrupting? it shouldn't really interrupt your typing. |
I'm having the same issue and I can confirm that it takes focus away from what you're typing whenever the message pops up. Update: it seems to take focus away when typing in a table cell, focus is not lost when typing outside a table (that I noticed). |
yes, i have noticed it on tables, even sometimes for Latex expressions it takes away focus. unfortunately i don't know how to solve it. but for normal texts it's fine. |
output.mp4 |
Yes, I've been working with tables lately and I noticed this behavior when writing to a table -- regular typing is indeed not affected, as your video suggests. The focus loss inside tables definitely has something to do with the syncing interval though. I set it to a minute and the issue was gone, but only for a minute. There seem to be two separate, but related issues here. I did some more testing and found that both the popup and the syncing take the focus away:
Syncing by itself, no popup: without_popup.mp4Popup, interrupting typing: with_popup.mp4 |
the pop up comes while the sync tries to refresh the content while you are typing, so the losing of focus during pop up is a subset of the main issue where the lose of focus happens during the sync as the pop up comes during sync only. |
most probably it is out of my control but as you suggested increasing the refresh time should help |
Unfortunately this is going to be a dealbreaker for a lot of people, which is a shame, as it's a useful little plugin. |
will try my best to figure something out, thanks for the detailed reporting. updates are announced in the discord server. also i need testers for testing new features. so if you don't mind please do join the discord server. |
Sure, let me join. Thanks! |
thanks for responding! Maybe use some kind of log in the properties to see if the file was written from the current device and not update the information on the page currently being written. This would either solve the problem, or make it slightly less annoying. |
I hope this gets fixed, because it can be annoying if you have your refresh time at default.
The text was updated successfully, but these errors were encountered: