﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3281	"""Special Tag Properties"" interface deletes tabs and blank spaces"	blitzschlagman		"The FCKeditor/MediaWiki ""Special Tag Properties"" interface for adding and editing ""special tags"" deletes tabs and blank spaces at the beginning of the lines, i.e. when adding and editing xml-code (which contains blank spaces or tabs at the beginning of the lines).

This happens only in IE (7, 8) when a page is re-edited. No problems with Firefox. 

""Extension:SyntaxHighlight GeSHi"" for proper source code formatting  installed.

Before:

{{{
<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>
<verzeichnis>
     <titel>Wikipedia Städteverzeichnis</titel>
     <eintrag>
          <stichwort>Genf</stichwort>
          <eintragstext>Genf ist der Sitz von ...</eintragstext>
     </eintrag>
     <eintrag>
          <stichwort>Köln</stichwort>
          <eintragstext>Köln ist eine Stadt, die ...</eintragstext>
     </eintrag>
</verzeichnis>
}}}


After:

{{{
<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>
<verzeichnis>
 <titel>Wikipedia Städteverzeichnis</titel>
 <eintrag>
 <stichwort>Genf</stichwort>
 <eintragstext>Genf ist der Sitz von ...</eintragstext>
 </eintrag>
 <eintrag>
 <stichwort>Köln</stichwort>
 <eintragstext>Köln ist eine Stadt, die ...</eintragstext>
 </eintrag>
</verzeichnis>
}}}"	Bug	closed	Normal		Project : MediaWiki+FCKeditor	FCKeditor 2.5.1	invalid		ikoch@…
