﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2438	tablehandler not operating on proper row - Context Menu js error	Brad Anderson		"It seems that in a <table> we are seeing the right-click context menu pop up for all rows except the last.  Firebug is giving us an error on this line:  http://dev.fckeditor.net/browser/FCKeditor/tags/2.6/editor/_source/internals/fcktablehandler.js#L274

Following the call stack down to http://dev.fckeditor.net/browser/FCKeditor/tags/2.6/editor/_source/internals/fcktablehandler.js#L302 got me wondering if that line should be
{{{
  var rowIdx = cells[0].parentNode.rowIndex - 1;
}}}
as rowIndex doesn't seem to be zero-based.  This solved our problem.

A few notes:
 * /trunk is the same, no changes have been made since release 2.6.
 * I have only tested this fix on FF3 / OS X, and I'm not sure how it reacts with other browsers or OSes.  
 * I'm not sure of other ramifications of this change if it's made.
 * If this issue is valid, where else does it need to be changed?  I'll leave that as an exercise for the author.  :)"	Bug	closed	Normal		UI : Context Menu	FCKeditor 2.6	duplicate		
