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

[Solved] Hyperlink Manager moving images in tables

1 Answer 91 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 06 Apr 2009, 04:34 PM
Hello -
We recently had several customers complain about a problem when editing hyperlinks on images inside of a table.  Making any change to the hyperlink and selecting OK moved the hyperlink and image outside of the <td></td> tags and leaves it hanging inside of the <tr></tr>, which completely messes up the table formatting.

Before HTML:

        <table cellspacing="0" cellpadding="0" border="0" align="center" width="639"
            <tbody> 
                <tr> 
                    <td width="15">&nbsp;</td> 
                    <td width="256"><target="_blank" href="http://www.webook.com"><img height="87" border="0" width="256" alt="WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/webookLogo.gif" /></a></td> 
                    <td width="79"><img height="87" width="101" alt="Wow" src="http://www.bsf01.com/creatives/webook/090107/builds/images/wow.gif" /></td
                    <td width="289" style="font-family: arial,helvetica,sans-serif; font-size: 16px; color: rgb(255, 102, 0);">&nbsp;</td> 
                </tr> 
                <tr> 
                    <td><img height="110" width="15" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green.gif" /></td
                    <td bgcolor="#669900" style="font-family: arial,helvetica,sans-serif; font-size: 11px; line-height: 16px; color: rgb(226, 239, 201);"
                    <span style="font-size: 16px; color: rgb(255, 255, 255);"><strong>You make it work.</strong></span
                    Help us create the dynamic, irreverent, and open place for writers and people who like reading to meet, write, react, and think together.</td> 
                    <td><img height="110" width="101" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green2.gif" /></td
                    <td><a href="https://www.webook.com/login.aspx"><img height="110" border="0" width="267" alt="Login to WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/loginWeBook.gif" /></a></td> 
                </tr> 
            </tbody> 
        </table> 
 

After HTML:
        <table cellspacing="0" cellpadding="0" border="0" align="center" width="639"
            <tbody> 
                <tr> 
                    <td width="15">&nbsp;</td> 
                    <td width="256"></td> 
                    <td width="79"><img height="87" width="101" alt="Wow" src="http://www.bsf01.com/creatives/webook/090107/builds/images/wow.gif" /></td
                    <td width="289" style="font-family: arial,helvetica,sans-serif; font-size: 16px; color: rgb(255, 102, 0);">&nbsp;</td> 
                    <target="_blank" href="http://www.bsf.com"><img height="87" border="0" width="256" alt="WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/webookLogo.gif" /></a
                </tr> 
                <tr> 
                    <td><img height="110" width="15" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green.gif" /></td
                    <td bgcolor="#669900" style="font-family: arial,helvetica,sans-serif; font-size: 11px; line-height: 16px; color: rgb(226, 239, 201);"
                    <span style="font-size: 16px; color: rgb(255, 255, 255);"><strong>You make it work.</strong></span
                    Help us create the dynamic, irreverent, and open place for writers and people who like reading to meet, write, react, and think together.</td> 
                    <td><img height="110" width="101" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green2.gif" /></td
                    <td><a href="https://www.webook.com/login.aspx"><img height="110" border="0" width="267" alt="Login to WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/loginWeBook.gif" /></a></td> 
                </tr> 
            </tbody> 
        </table> 
 

Upon investigation, this seems to only happen in Firefox.  I'm in the process of investigating other types of hyperlinks inside of tables to see if the problem is more extensive.

Thanks for any assistance.



1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Apr 2009, 01:39 PM
Hello Ken,

I have good news that this problem is fixed in the latest Q1 SP1 2009 build of RadControls for ASP.NET AJAX (Telerik.Web.UI.dll 2009.1.402). My suggestion is to get the SP1 pack from the Downloads section of the site and replace your current Telerik.Web.UI.dll - then all should work fine.

You can also test the latest version online here.

In case you encounter any problem, please let us know.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Ken
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or