A few small issues when copy/pasting text into tasks with HTML Comments (all of these work fine in RTF comments), perhaps linked with escaping of URI and forbidden path characters.
Using latest stable version 8.0.9.0.
All of the following lead to a Illegal characters in path error popup when pasted into any HTML comment task and the text is not pasted (but the tool continues to work without crashing):
Code: Select all
<
>
|
anychars"anychars
anychars"anychars"
"anychars"anychars"
When using forward and backslashes, a similar error popup is presented but with a slightly different message Invalid URI - The format of the URI could not be determined:
Code: Select all
\
/
\"
"\
"/
/"
"""""/
"""""\
\r\n\t
If we add more than 3 forward or baclslashes in a row, then the error changes again to Invalid URI: The hostname could not be parsed:
Code: Select all
///
////
"///"
\\\
\\\\
"\\\"
Cheers,
Frederico