Hello,
We are working with the MOSSRadEditor in Sharepoint 2007, and we have the following bug.
In the radeditor we have the following code:
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:
Does some body already encountered the problem?
All help will be welcome.
Thanks by advance.
Regards.
Didier.
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"> |
<a href="http://www.google.fr" class="ao-boxWithTabsCountryLink" id="A1" target="_self"> |
Title not set</a> <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 <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> |
Does some body already encountered the problem?
All help will be welcome.
Thanks by advance.
Regards.
Didier.