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

Problem with RowSpan

3 Answers 81 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Roger Withnell
Top achievements
Rank 1
Roger Withnell asked on 17 Mar 2010, 01:07 PM

I created a table with 3 rows and 3 columns.

I merged the 3 cells in the first column, so that RowSpan="3".

Subsequently, I removed the 3rd row.  But RowSpan remained = 3.  Consequently, a Javascript error, Object expected, occured at

line 7799 of Telerik.Web.UI.WebResource.axd when right clicking in the table or clicking the table icon when the table is

selected.

Is this a bug?

Roger

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Mar 2010, 01:01 PM
Hi Roger,

I tried to reproduce the problem with the latest version of RadEditor in IE8 and Firefox 3.6, but without success. The value of the RowSpan attribute was updated to 2 after removing the third row. Could you please, test the Default Example of the editor and see whether the problem is fixed?

If you are able to reproduce it, please open a support ticket and send a video or screenshots demonstrating the steps about how to reproduce the issue on our side.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Roger Withnell
Top achievements
Rank 1
answered on 18 Mar 2010, 11:52 PM
Thanks for your reply, Rumen.

I can't remember the exact sequence of changes I made to the content of the editor but the markup that caused the error was:

<table style="background-color: #ffa6bd; width: 100%;">
    <tbody>
        <tr>
            <td rowspan="2">&nbsp;<img alt="" style="margin: 10px;" src="http://localhost/ube200.co.uk/Handlers/ImageHandler.ashx?MediaNo=104&amp;RteWidth=130" /></td>
            <td>&nbsp;</td>
            <td align="right"><a href="http://google.co.uk" target="_self"><img alt="" style="border: 0px solid;" src="http://localhost/ube200.co.uk/Handlers/ImageHandler.ashx?MediaNo=107&amp;RteWidth=204" /></a> </td>
        </tr>
        <tr>
            <td><img alt="" style="margin-bottom: 5px;" src="http://localhost/ube200.co.uk/Handlers/ImageHandler.ashx?MediaNo=105&amp;RteWidth=510" /><br />
            <strong>Supporting female survivors of sexual violence and abuse</strong> </td>
            <td>
            <div style="text-align: right;"></div>
            <p style="text-align: right;"><a href=" alt="" style="border: 0px solid;" src="http://localhost/ube200.co.uk/Handlers/ImageHandler.ashx?MediaNo=116&amp;RteWidth=200" /></a>&nbsp;</p>
            </td>
        </tr>
    </tbody>
</table>

If I change the rowspan="2" to rowspan="3" the error occurs.

I originally created a table of 3 columns x 3 rows and reduced it to 2 rows but not sure about the exact sequence of events.

Hope this helps.

Roger

0
Rumen
Telerik team
answered on 23 Mar 2010, 04:52 PM
Hi Roger,

Unfortunately, I was unable to reproduce the issue even with the provided content. To be able to help you, we need reliable steps demonstrating how to replicate the problem on our side. This will help us to debug the error and fix it. A small video will be very helpful. You can send it by opening a support ticket from your account.

Kind regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Roger Withnell
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Roger Withnell
Top achievements
Rank 1
Share this question
or