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
Item9693 for docu changes for 1.2 and 2.0.
Item1904: pre blocks truncated in TMCE in Firefox
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
PatternSkin |
|
pre blocks are truncated in
TinyMCE with Firefox 3.0. TML like this:
<pre>
one
two
</pre>
appears in TMCE like this:
The culprit is
height: 1%; in
PatternSkin's style.css, which is commented "for IE".
If I comment out that line of CSS, then the pre block appears correctly, like this:
Arthur Clemens suggested moving it to css.pattern.tmpl, where the IE-conditional CSS is.
--
MichaelTempest - 08 Aug 2009