NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item1662: WysiwygPlugin corrupts nop'd nbsp
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
No Action Required |
Extension |
WysiwygPlugin |
|
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:
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