﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2044	I lose titles on my tables with the MediaWiki plugin	svanpo		"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."	Bug	closed	Normal		Project : MediaWiki+FCKeditor	SVN (FCKeditor) - Retired	fixed	Confirmed HasPatch	
