Opened 16 years ago
Closed 13 years ago
#3281 closed Bug (invalid)
"Special Tag Properties" interface deletes tabs and blank spaces
Reported by: | blitzschlagman | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.5.1 |
Keywords: | Cc: | ikoch@… |
Description
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>
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Cc: | ikoch@… added |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Priority: | High → Normal |
Changed 16 years ago by
Attachment: | 3281.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Unfortunately the patch could not be installed properly (got an error message).
We modified the code of the corresponding files by hand and now everything works as expected (tested with version 2.6.4 Build 21629).
We have noticed only one minor bug: With every preview of the Wiki-page a <br> is generated after the </source> tag.
Btw.: Will this patch be integraded in the extension-repository?
comment:5 Changed 14 years ago by
Status: | review → assigned |
---|
comment:6 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Since FCKeditor is no longer supported and was replaced with CKEditor, active development of the MediaWiki extension and support for it are also finished.
I’m closing this ticket as it is no longer valid.
Could you check this patch and let me know whether everything works as expected?
The SVN instructions are available here: http://mediawiki.fckeditor.net/index.php/SVN_Instructions (the easiest solution is to use TortoiseSVN if you're working on Windows)