#2044: I lose titles on my tables with the MediaWiki plugin
--------------------+-------------------------------------------------------
 Reporter:  svanpo  |        Type:  Bug                          
   Status:  new     |    Priority:  Normal                       
Milestone:          |   Component:  Project : MediaWiki+FCKeditor
  Version:          |    Keywords:                               
--------------------+-------------------------------------------------------
 When I switch to the Wikitext version, I lose the titles on my tables.

 I use a nightly build (2008/03/05).

 I realized a small patch for the /plugins/mediawiki/fckplugin.js file. You
 must change the line 317 "stringBuilder.push( '|' ) ;" with the text
 bellow (in the "table" switch/case of the _AppendNode function).

 if (htmlNode.rows[r].cells[c].tagName.toLowerCase()=="th") {
   stringBuilder.push( '!' ) ;
 } else {
   stringBuilder.push( '|' ) ;
 }

 Best regards.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2044>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to