﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4273	TD > UL > SPAN  Causes FCKTableHandler.GetSelectedCells() to return nothing on right click	Davey Shafik		"This is an involved issue, so bear with me:

1) Create a table
2) Insert a List (UL or OL should trigger the issue)
3) Add some text to the list item, and style is using the Style drop down

You end up with something like:

{{{
#!xml
<table>
    <tr>
       <td>
          <ul>
             <li><span style=""color: red"">Text</span></li>
          </ul>
       </td>
    </tr>
</table>
}}}

Then, right click on the span, and go to {{{Cell > Cell Properties}}} and try to set {{{Horizontal Alignment}}} to {{{Right}}} and click {{{OK}}}.

You end up with nothing being changed.

The reason is, FCKTableHandler.GetSelectedCells() at source:/FCKeditor/tags/2.6.4/editor/dialog/fck_tablecell.html#L38 returns no cells.

Attached is a patch to correct the issue. "	Bug	closed	Normal		General	FCKeditor 2.4.3	expired	HasPatch	
