TD タグの内容を CKEditor インラインで編集可能にすることはできますか?
私はコードを書きました:
<div contenteditable="true">
this content IS editable
</div>
<table>
<tr>
<td contenteditable="true"> not IS NOT editable </td>
<td contenteditable="true"> not IS NOT editable </td>
</tr>
</table>
テスト: http://jsfiddle.net/martinba/JBFmd/1/
それがバグなのか機能なのかわかりません。