-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
I text glitches fix #2153
I text glitches fix #2153
Conversation
Sync to master
@asturur Thank you for many fixes!
|
ahahah so ashamed! |
removed the automatic advance of cursor on newlines. We can still put it back. |
I confirmed fixed! Thanks! I would like to confirm about keydown behavior.
|
Solves bad file shifting when deleting multiple characters across newlines. (old bug)
fixes style disappearing if you add empty lines and then delete them (regression)
Solves the deleting of first word of itext. (old bug)
I noticed that in current version the double click and triple click are not working anymore on chrome browser. Firefox is ok.it worksCurrent bug: style leaks on empty chars:Go on kitchensink, delete the line between "dolor" and "sit Amet"m then press spacebar.
The style of "Amet" leaks on the space between "sit" and "Amet"
Some other fixes possible, do not merge, leave here for inspection.