Re: Multiple Issues with Table

  •  06-25-2009, 8:34 AM

    Re: Multiple Issues with Table

    Hi piyushc ,
     
    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
     
    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
     
    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
     
    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
View Complete Thread