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

Issue with adding a link

3 Answers 44 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
dave bush
Top achievements
Rank 1
dave bush asked on 15 Apr 2010, 12:11 PM
Hi,
We're having a problem when adding a link to content in the editor. When the user adds the link via the MOSS Link Manager popup, the link appears at the top of the content instead of the highlighted selection.
This appears similar to the issue highlighted in the post:
http://www.telerik.com/community/forums/sharepoint-2007/lite-editor-for-moss/images-always-go-at-the-top-of-the-content-placeholder.aspx
This fix code has been implemented specified in this article has been implemented.

The user is using IE 8.0.6001.18702. The installation is using RadEditor.Net2, Version=7.3.6.0 and RadEditorSharePoint, Version=4.5.6.0.

It issue appears to lie in the fact that the cursor moves away from the selection to the top of the content as soon as the Link Manager button is clicked.

Is there anyone able to help with this?

Thanks
Dave 

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 20 Apr 2010, 01:02 PM
Hi Dave,

Could you confirm which dialog you are using? Is it the OOB MOSSLink Manager or the Provided by Telerik LinkManager dialog?


All the best,
Stanimir
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
dave bush
Top achievements
Rank 1
answered on 20 Apr 2010, 05:30 PM
Hi Stanimir,
Thanks for getting back to me! We're using the the MossLinkManager.
Thanks,
Dave
0
Stanimir
Telerik team
answered on 21 Apr 2010, 07:11 AM
Hi dave,

Unfortunately I was not able to reproduce the issue. For your convenience I attached a small video with my test. Inform me if I am doing anything wrong.

However here is what I suggest.
1. I attached my MOSSEditorTools.js which is located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.5.6.0__1f131a624888eeed\RadControls\Editor\Scripts\7_3_6 folder. Please check it and compare it with the one in your server. Try using it instead as well.

2. As it is described in the http://www.telerik.com/community/forums/sharepoint-2007/lite-editor-for-moss/images-always-go-at-the-top-of-the-content-placeholder.aspx article try adding the following code to the beginning of RadEditorCommandList["MOSSLinkManager"] function.
For example:
RadEditorCommandList["MOSSLinkManager"] = function(commandName, editor, oTool)
{
    if (window.RadControlsNamespace.Browser.IsIE && document.documentMode) editor.SetFocus();
...
}


Regards,
Stanimir
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
WebParts for SharePoint
Asked by
dave bush
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
dave bush
Top achievements
Rank 1
Share this question
or