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

Characters are lost in the editor when typing fast and DOT parsing errors occur #22

Closed
magjac opened this issue Aug 27, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@magjac
Copy link
Owner

magjac commented Aug 27, 2018

The reason is that the mechanism that inserts the error marker in the editor gutter also re-insert the latest text exported from the editor which might not be up-to-date when typing fast.

@magjac magjac added the bug Something isn't working label Aug 27, 2018
@magjac magjac self-assigned this Aug 27, 2018
@magjac magjac moved this from To do to In progress in Graphviz Visual Editor short-term activities Aug 28, 2018
magjac added a commit that referenced this issue Aug 29, 2018
This speeds up feedback for erroneus DOT and reduces the risk of
triggering #22
@magjac
Copy link
Owner Author

magjac commented Aug 29, 2018

This bug is not fixed, but the risk of triggering it has been significantly reduced by d0c44e9 and 28b4f2b. Also, 196e4e3 introduces the possibility for the user to increase the editor hold-off time to reduce the risk even further.

@mcp292
Copy link

mcp292 commented Jun 15, 2023

I am still experiencing this. I will try to come back with reproducible examples as I encounter them.

One is node [ -> node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Graphviz Visual Editor short-term act...
  
Done but not yet merged
Development

No branches or pull requests

2 participants