cursor offset in block editor
Permalink
I have experienced this for a long time, across many versions of C5. and that is when typing in content in either the HTML block or the phpCodeBlock, with each character I type the cursor moves farther and farther away from the character being typed. Has anyone else experienced this? Given I have seen this across versions, computers and operating systems, I suspect it is not something on my side. Any ideas?

Highlight your text and the extra spaces and check the browser console for clues..
I found the problem... a font assignment for DIV in autonav was set to Helvetica Neue, and that affected the ace-editor in the HTML block. I would have thought that an editor that can only work with one font would make sure that font was the active one, but it seems not. I guess that is why I have had this problem over and over.