1. When I click on table icon of toolbar, sometimes it opens the wizard while some times it just shows a popup like window where I can highlight the number of columns and rows I want. The behavior is inconsistent.
when you double click on the table button it will open the wizard
As I said, it is very inconsistent. The wizard opens up even if I single click it.
2. I have a template with table. I want the users to add content or images to it. The users should not be able to delete a row, column or the full table. I have set ObjectResize property to false. Still I am able to delete the table. I also set DisableAutoFormatting to true;
you can use properties contenteditable, like
<div contenteditable='false'>test</div>
now, the div can not be delete
I do not want the table to be non-editable. In fact I want it to be editable but the users should not delete it. How can it be acieved?
3. Pasting from Word is very inconsistent. Some times it pastes with formatting, other times without. I have EditorOnPaste set to PastePureText.
we investigating on this issue
4. Why is the table border dotted? I want the table border to be solid by default. So that it gives an impression that the table is non-resizable.
the border which is only shown in design mode, it is not the real border
Even if the border is not a real border, I want it to look solid, just to give the impression that it can not be moved.
5. The table border disappears in between. When I switch to preview and come back again, it becomes visible again.
Reference to above
Regards,
Ken