ToDoList version: 8.0.9.0
Copy pasting of text in tasks with HTML comments seems dependent on where the formatting lies in regards to the wrapping paragraph:
Code: Select all
<FONT size=15 face=Arial><P>Something</P></FONT>
<P><FONT size=15 face=Arial>Something</FONT></P>
I guess this is one of those bug reports that might open a can of worms, as the hierarchy of a Chomsky Type 2 grammar (context free grammar) such as HTML is always a pain to process in copy/paste operations (and a cause of a lot of headaches for programmers).