This is a migrated thread and some comments may be shown as answers.

Possible Bug: Table Codes being edited after change Table Properties

2 Answers 75 Views
Editor
This is a migrated thread and some comments may be shown as answers.
sunburnsam
Top achievements
Rank 1
sunburnsam asked on 27 Aug 2008, 10:45 AM
Steps are

1) Using the Table Manager to create a simpe table layout with <thead>

2) The click on edit the table properties, a
pplying Table Border and Color using the editor table properties dialog box , the editor will change the whole table code structure. {Please see sample below

Table codes when first created

<table> 
    <thead> 
        <tr> 
            <th width="50%">Types of Enquiry</th> 
            <th width="20%"> Tel Number</th> 
            <th width="30%">Email Address </th> 
        </tr> 
    </thead> 
    <tbody> 
        <tr> 
            <td><strong>Mount Faber Club</strong> - Activities, facilities and rates</td> 
            <td>6278 6011</td> 
            <td><a href="mailto:mtfaberclub@safra.sg">mtfaberclub@safra.sg</a></td>  
        </tr> 
        <tr> 
            <td><strong>Toa Payoh Club</strong> - Activities, facilities and rates  </td> 
            <td>6259 4000</td> 
            <td><a href="mailto:tpclub@safra.sg">tpclub@safra.sg</a> </td> 
        </tr> 
        <tr> 
            <td><strong>Tampines Club</strong> - Activities, facilities and rates</td> 
            <td>6785 8800</td> 
            <td><a href="mailto:tmclub@safra.sg">tmclub@safra.sg</a>  </td> 
        </tr> 
    </tbody> 
</table> 
<br />  

Table Codes after creation (* not all the <td> has been replaced by <th> *)
<table bordercolor="#666666" border="1">  
    <thead> 
        <tr> 
            <th width="50%">Types of Enquiry</th> 
            <th width="20%"> Tel Number</th> 
            <th width="30%">Email Address </th> 
        </tr> 
    </thead> 
    <tbody> 
        <tr> 
            <th><strong>Mount Faber Club</strong> - Activities, facilities and rates</th> 
            <th>6278 6011</th> 
            <th><a href="mailto:mtfaberclub@safra.sg">mtfaberclub@safra.sg</a></th>  
        </tr> 
        <tr> 
            <th><strong>Toa Payoh Club</strong> - Activities, facilities and rates  </th> 
            <th>6259 4000</th> 
            <th><a href="mailto:tpclub@safra.sg">tpclub@safra.sg</a> </th> 
        </tr> 
        <tr> 
            <th><strong>Tampines Club</strong> - Activities, facilities and rates</th> 
            <th>6785 8800</th> 
            <th><a href="mailto:tmclub@safra.sg">tmclub@safra.sg</a>  </th> 
        </tr> 
    </tbody> 
</table> 
<br /> 

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 28 Aug 2008, 03:22 PM
Hello Sunburnsam,

I tried to reproduce the reported proble with the online examples of RadEditor for ASP.NET AJAX, but unfortunately to no avail. Could you please see my test in the attached video and let me know if I am missing something?

Thank you!

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sunburnsam
Top achievements
Rank 1
answered on 07 Sep 2008, 01:43 PM
Hi Rumen,

thank you for your video. sorry for the later reply as I testing out the new release. I can confirm this bug is not replicable in the new release. Thank you so much for your help :)

Tags
Editor
Asked by
sunburnsam
Top achievements
Rank 1
Answers by
Rumen
Telerik team
sunburnsam
Top achievements
Rank 1
Share this question
or