Bug in multi-line editors, visible cursor does not line up with where text is entered #452
lightmaster posted onGitHub
Problem/Motivation
When typing in a multi-line box, the visible cursor and where the cursor actually are do not line up, leading to a very difficult time trying to click something on the line to add or remove letters.
Expected behavior
The visible cursor and location where text is modified should be the same.
Actual behavior
Bug recorded in this Youtube Video. It seems that the location where text is being modified is to the right of the visible cursor, and as the cursor progresses further across the text box, the gap between the visible cursor and where the text is modified at grows.
Steps to reproduce
I have be able to reproduce this every time I try to type in a multi-line text box, such as the Template box in the above video, and also in the "Edit JSON" Editor. The Visual JSON Editor does not have this problem
Proposed changes
(If you have a proposed change, workaround or fix, describe the rationale behind it)