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

Editor Image Manager - Invalid Characters in Folder Name

4 Answers 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 03 Jun 2011, 04:33 PM

Hello,

I have placed an image in the editor with the following source:

<img alt="" width="319" height="292" style="z-index: -50;border: 0px solid;" src="http://mysite.com/images/9/folder1/folder2/myimage.jpg" />

Which is working fine. When double click the image to open in the image manager I am receiving the javascript error: "Invalid Characters in Folder Name" and I can click "OK" and continue on as normal.

I have tried a few different things with the paths but still no go:

 

 

Dim viewImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"

))}

 

Dim uploadImages As String() = New String() {Page.ResolveUrl("~/SubscriberImages/" & Session("SID"

))}

This has something to do with using the absolute url in the 'src' because relative urls work fine. Any suggestions are appreciated.

 

 

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Jun 2011, 01:53 PM
Hi Dan,

RadEditor does not offer the ability to double click the image to open in the image manager. The double click is not handled by RadEditor tools. Is this a custom feature that you have implemented in RadEditor? Couldyou please provide a sample working project and steps to reproduce the issue?

Kind regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Dan
Top achievements
Rank 1
answered on 23 Jun 2011, 06:49 PM
Yes, this was something I inherited (and was very unfamiliar with at the time) and there was a custom click feature implemented. We worked around the issue by re-arranging our directory structure to avoid the error popup. Thanks.
0
Michael
Top achievements
Rank 1
answered on 24 Jun 2011, 06:15 PM
Can you tell us what you did to solve that issue (or work around it)?  We're currently experiencing the same issue, and we pulled the double click code off the forums.

Thanks!
0
Dobromir
Telerik team
answered on 27 Jun 2011, 11:26 AM
Hi Michael,

Could you please provide the custom solution used to implement this functionality so we can examine it and try to provide a solution for the problem?

Regards,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Dan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Dan
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or