Serious issue with nested table's style in Mozilla & Safari

Last post 02-15-2009, 11:46 PM by Kenneth. 4 replies.
Sort Posts: Previous Next
  •  11-10-2008, 4:41 AM 45555

    Serious issue with nested table's style in Mozilla & Safari

     
    Hi Ken,
     
    We are facing a serious issue with the style in the parent table get replicated to child table whenever we edit the HTML. As our HTML is like:
    <TABLE width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="border:black 1px solid; background-color:#FFFFFF" xmlns:msxsl="urn:schemas-microsoft-com:xslt">   ----> with style(Parent table)
      <TR>
        <TD>
         
    <TABLE cellSpacing="0" cellPadding="0" width="590">    ----> without style (child table)
            <TR width="100%">
              <TD>Test</TD>
            </TR>

    After edit something or switching to normal to html mode in editor, the HTML is:


    <table style="border: 1px solid black; background-color: #ffffff;" xmlns:msxsl="urn:schemas-microsoft-com:xslt" align="center" border="0" cellpadding="0" cellspacing="0" width="590">
    <tbody>
    <tr>
    <td>
    <table style="border: 1px solid black;" cellpadding="0" cellspacing="0" width="590">  --> Parent Style got added by HTML editor
    <tbody>
    <tr width="100%">
     
    I have verify this issue with your demo on the site itself and it also behaves the same way. The above behaviour makes our default templates view very bad by adding border to inner table too. 
    Please provide us some solution as soon as posible as our clients are complaining most for this issue.
     
    Thanks
     
     
  •  11-11-2008, 11:05 AM 45597 in reply to 45555

    Re: Serious issue with nested table's style in Mozilla & Safari

    Hi sanjay.joshi,
     
    I can not reproduce this issue.
     
    Here are my steps to test:
     
     
    2.Click the New Document button to clean the code
     
    3.Click HTML link to switch to THML view and enter the following code
     
        <table width="590" border="0" align="center" cellpadding="0" cellspacing="0" style="border: black 1px solid;
                    background-color: #FFFFFF" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
                    <tr>
                        <td>
                            <table cellspacing="0" cellpadding="0" width="590">
                                <tr width="100%">
                                    <td>
                                        Test</td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
     
    4.Click Normal link to switch to Normal view
     
    5.Click HTML link to switch to HTML view again
     
    Here is the new code:
    <table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; background-color: #ffffff" cellspacing="0" cellpadding="0" width="590" align="center" border="0" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
        <tbody>
            <tr>
                <td>
                <table cellspacing="0" cellpadding="0" width="590">
                    <tbody>
                        <tr width="100%">
                            <td>Test</td>
                        </tr>
                    </tbody>
                </table>
                </td>
            </tr>
        </tbody>
    </table>
     
    If you still have this issu, please provide you steps to reproduce this issue, I will do more test.
     
     
    Regards,
     
    Ken
  •  11-13-2008, 12:19 AM 45681 in reply to 45597

    Re: Serious issue with nested table's style in Mozilla & Safari

    Hi Ken,
     
    Thanks for reply.
     
    I am able to reproduce the issue in your given example. I am using Mozilla Firefox ver 2.0.0.17.
     
    Steps to reproduce are same as you have written above.
     
    1. Click on New Documement button.
    2. Click on HTML mode and paste the above HTML.
    3. Click on the Normal Mode.
    4. Now click back on HTML mode  and now the HTML become:
     
    <table style="border: 1px solid black; background-color: #ffffff;" xmlns:msxsl="urn:schemas-microsoft-com:xslt" align="center" border="0" cellpadding="0" cellspacing="0" width="590">
         <tbody>
             <tr>
                 <td>
                 <table style="border: 1px solid black;" cellpadding="0" cellspacing="0" width="590">
                     <tbody>
                         <tr width="100%">
                             <td>
                             Test</td>
                         </tr>
                     </tbody>
                 </table>
                 </td>
             </tr>
         </tbody>
    </table>


    Please let me know if you need more information.


    Thanks

  •  11-15-2008, 10:41 AM 45800 in reply to 45681

    Re: Serious issue with nested table's style in Mozilla & Safari

    Hi sanjay.joshi,
     
     
    We can reproduce this in firefox2.0, we are investigating this issue and will get back to you as soon as possible.
     
     
    Regards,
     
    Ken
  •  02-15-2009, 11:46 PM 48821 in reply to 45555

    Re: Serious issue with nested table's style in Mozilla & Safari

    Hi sanjay.joshi,
     

    This issue is resolved.

    Please download version 6.3.

    Download:

    http://cutesoft.net/Downloads/default.aspx

    Demo:

    http://cutesoft.net/example/general.aspx

    Regards,
     
    Ken
View as RSS news feed in XML