Item1662: WysiwygPlugin corrupts nop'd nbsp
Priority: Normal
Current State: No Action Required
Released In:
Target Release: n/a
Item5103 mentions escaping non-breaking spaces so that they appear as
in TMCE. I thought - what if someone did that because they wanted to appear when the page is rendered normally? I got a surprise:
TML |
Foswiki renders as |
TMCE renders as |
 <nop>; |
|
<nop> ; |
Verbatim:
 <nop>;
Literal:
--
MichaelTempest - 24 May 2009
It seems that browsers "helpfully" decide that
 
is just "bad HTML" and interprets it as a non-breaking-space entity.
The solution is to move the
<nop>
. For example:
Verbatim:
&<nop>nbsp;
Literal:
Closing without action
--
MichaelTempest - 19 Jun 2010