﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1019	FCKTableCommand are not context sensitive	Jon Håvard Gundersen		"The FCKTableCommand class is not context sensitive and this causes the icons from the tablecommands plugin to always be active even if the user is outside of a table. 

It should be easy to add correct GetState function to this class.

Something like:

if(FCK.EditorDocument != null){	
  if(FCKSelection.HasAncestorNode('TABLE')){
     return FCK_TRISTATE_OFF ;	
  }
}
return FCK_TRISTATE_DISABLED;
"	Bug	closed	Normal	FCKeditor 2.5 Beta	General	SVN (FCKeditor) - Retired	fixed	Confirmed HasPatch	
