I previously wrote about how CuteEditor is incorrectly selecting all characters on a row and applying new on-the-fly settings to them, disregarding the cursor position. The standard is that new settings apply only to characters after the cursor position unless those characters were specifically selected by the user.
The tests I used were selecting the font and size. I note now that selecting a font color also demonstrates the problem.
HOWEVER, I've just now done some more testing with some of the other settings, including strikethrough and super- and sub-script.
These settings DO conform to the standards as you can see below:
this row changes to strikethrough and changes to subscript and changes to superscript and and and back to normal.
Also, bold, italics and underline conform to the standards.
thisthattheothernormal
So, hopefully there might be a way to correct the javascript for font and size selection so that it applies after the cursor position.
Is there a way to modify the behaviour of font, size and colour to conform to standards?
Fred