-
Notifications
You must be signed in to change notification settings - Fork 0
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
Code distorting in text (re: #218) #228
Comments
Is anyone working on this issue? It is still happening and I first posted the issue over 14 months ago. |
Hi @r-tae Not sure if this is in your wheelhouse. If it is would you be able to check it out please? Thank you! |
Thanks Bridey, I'll look into this; definitely my wheelhouse This looks like a nasty bug, but the video in #218 should be helpful for diagnosing it |
@brideylea @gurridhala I've tried to reproduce this (I'm also on MacOS), I've only been able to do so in Firefox; I can only make it happen maybe once every 10-15 tries and I can only do so by:
Do you have another way that reproduces it more reliably? This is a bug in codemirror (or, at least, out use of codemirror) and that's a particularly complex library and at this rate I think it would take a long time for me to even find a cause, let alone fix it |
I can reproduce it if I replace the entire document with a different one (valid xml) before testing; so its not related some weird bleedthrough of the initial state into the current working state. If I put a line break in the middle of every It is reproducible if I rename every Very bizarre but at least I have some leads |
Hi Conal,
Submitting this bug on behalf of Gari. This is in reference to a previous Github issue (#218). When working on a transcription, errors are occurring in the code when highlighting text. In some instances clicking 'save' corrects the code, but other times the code is actually changing (not just superficially) and resulting in errors e.g. line 7 in the first image and line 8 in the second image.
See also images 3 and 4 for further instances.
The text was updated successfully, but these errors were encountered: