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

Hyperlink disappears after Link Text update

3 Answers 110 Views
Editor
This is a migrated thread and some comments may be shown as answers.
EPU
Top achievements
Rank 1
EPU asked on 12 May 2010, 08:02 AM
Hello,

We are working with the MOSSRadEditor in Sharepoint 2007, and we have the following bug.
In the radeditor we have the following code:
    <div class="ao-boxWithTabsContainer ao-ApplicationsBox">  
        <div class="ao-boxWhiteFixHeightTitle">  
            <div> 
                applications</div> 
        </div> 
        <div class="linkAppCountry" id="div1">  
            <href="http://www.google.fr" class="ao-boxWithTabsCountryLink" id="A1" target="_self">  
                Title not set</a> <href="http://www.google.fr" class="ao-boxWithTabsGroupLink" 
                    id="A2" target="_self">Group</a> 
        </div> 
        <div class="ao-boxContent ao-box85" id="div2">  
            <ul> 
                <li><a href="#">Premiere bullet</a> </li> 
                <li><a href="#">Seconde bullet</a> </li> 
                <li><a href="#">Troisieme bullet</a> </li> 
                <li><a href="#">Quatrieme bullet</a> </li> 
                <li><a href="#">Cinquieme bullet</a> </li> 
            </ul> 
        </div> 
        <div class="ao-boxContent ao-box85" id="div3" style="display: none;">  
        </div> 
    </div> 

We select the hyperlink with the text "Title not set", the click right and select "Hyperlink propertis" in the contextual menu.
In the Hyperlink Tab we change the Link text to "New" and click on Ok button.
As result, only the text of the hyperlink is present and all tags related to the hyperlink are removed:

    <div class="ao-boxWithTabsContainer ao-ApplicationsBox">  
        <div class="ao-boxWhiteFixHeightTitle">  
            <div> 
                applications</div> 
        </div> 
        <div class="linkAppCountry" id="div1">  
            Title not set <href="http://www.google.fr" class="ao-boxWithTabsGroupLink" id="A2" 
                target="_self">Group</a> 
        </div> 
        <div class="ao-boxContent ao-box85" id="div2">  
            <ul> 
                <li><a href="#">Premiere bullet</a> </li> 
                <li><a href="#">Seconde bullet</a> </li> 
                <li><a href="#">Troisieme bullet</a> </li> 
                <li><a href="#">Quatrieme bullet</a> </li> 
                <li><a href="#">Cinquieme bullet</a> </li> 
            </ul> 
        </div> 
        <div class="ao-boxContent ao-box85" id="div3" style="display: none;">  
        </div> 
    </div> 
 

Does some body already encountered the problem?
All help will be welcome.

Thanks by advance.
Regards.

Didier.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 May 2010, 09:13 AM
Hello Didier,

Could you please specify which version of RadEditor for MOSS you use in your project? It could be a bug in the older version, because I was unable to reproduce the problem with the demo examples of RadEditor which use the latest version of the control. You can see my test in the attached video here: http://screencast.com/t/NGE1ZmVjZTMt. Am I missing something?

Please, test the Default Example of RadEditor and if the problem is not reproducible upgrade to version 5.7.2 of RadEditor for MOSS. Let me know if you still experience the problem.


Greetings,
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
EPU
Top achievements
Rank 1
answered on 16 May 2010, 06:29 PM
Hello Rumen,

Thanks for your quick answer.

We use the MOSS RadEditor 5.6.2 we bought the last 16th February (order number 286754).
With the Default Example the problem is no more reproducible.
To upgrade with the 5.7.2 version, have we to buy the new version?

Regards.
Didier.
0
Rumen
Telerik team
answered on 17 May 2010, 04:34 PM
Hi Didier,

You can download and upgrade with version 5.7.2 of RadEditor for MOSS for free, because your license has a subscription.

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.
Tags
Editor
Asked by
EPU
Top achievements
Rank 1
Answers by
Rumen
Telerik team
EPU
Top achievements
Rank 1
Share this question
or