Item1554: TMCE replaces non-breaking space with normal space inside verbatim
Priority: Normal
Current State: No Action Required
Released In:
Target Release: n/a
TinyMCEPlugin replaces non-breaking spaces with ordinary spaces - even if the text is protected with
<verbatim>
or
<sticky>
.
For example this:
<verbatim> </verbatim>
is replaced with this:
<verbatim> </verbatim>
Steps to reproduce:
- Edit a topic in TMCE.
- Click "Wiki text"
- Enter:
<verbatim> </verbatim>
- Click "WYSIWYG"
- Click "Wiki text" again
You are left with
<verbatim> </verbatim>
This issue may be related to
Item5103.
Cannot reproduce this on trunk or the release branch.
--
MichaelTempest - 25 May 2009