Unable to view "ok" "cancel" button in table property window,
and also we are unable to resize window to view those buttons.
For more details, suppose if we create table in CuteEditor version5, using below html
and try to view the table property, you will be able to find the BUG
But in case of version4 we are able to resize the window in order to view OK CANCEL buttons.
------------------------------------------------------------------
<div>
<table cellSpacing="0" cellPadding="3" border="1" style="width: 726px; border-collapse: collapse; height: 531px">
<tbody>
<tr>
<td colSpan="3" style="height: 21px"></td>
</tr>
<tr>
<td></td>
<td></td>
<td style="width: 174px; height: 495px"></td>
</tr>
<tr>
<td colSpan="3"></td>
</tr>
</tbody>
</table>
</div>
----------------------------------------------------------------------------