Noticing today that on long lines of code or comments, the cursor progressively gets more and more incorrectly positioned until its apparent position can be off by more than 3 characters. (This looks like the editor thinks it is working with a different font.)
I see this in Chrome and IE. However Firefox is working fine. Is anyone else seeing this?
Hope they fix it. Turn off text-rendering: optimizeLegibility; in the body element and you should be good for the meantime.
In Chrome you do it this way:
Now the cursor is fixed until you reload the page.