Another attempt at reporting a bug that can be reproduced.
I can do this in IE6 and FF2. Not in IE7.
- Write a line of text e.g. ABCDE
- Shift Enter
- Write another line of text e.g. 12345
- Change the format of the second line of text to italics or bold
ABCDE
12345
In TinyMCE html, this becomes:
<p>ABCDE<br><i>12345</i><br></p>
I expected this to be translated as:
ABCDE%BR%
_12345_
But instead, it becomes:
ABCDE<br />_12345_
and so the underscores are ignored by TWiki.
I can do this in IE6 and FF2. With IE7, the data is stored in TML as ...
<P>ABCDE<BR><EM>12345</EM></P>
... but I think that's a different issue altogether!
--
TWiki:Main/JohnFitzpatrick
- 12 Sep 2007
Let's try: ABCCDE
12345
OK, fixed.
CC