I have a Rad Editor with the ImageManager enabled. The image manager displayed correctly until up updated from 2012.2.912.40 to 2013.1.220.40.
It is almost as if the default skin is no longer being applied. I have not skin specified on the RadEditor or in the Web.config.
See attached images.
Again, this worked until I updated telerik. No other changes were made.
It is almost as if the default skin is no longer being applied. I have not skin specified on the RadEditor or in the Web.config.
See attached images.
Again, this worked until I updated telerik. No other changes were made.
3 Answers, 1 is accepted
0
Hi,
To fix the problem, use the provided solution in this help article: Broken File Browser dialogs.
Regards,
Rumen
the Telerik team
To fix the problem, use the provided solution in this help article: Broken File Browser dialogs.
Regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

Chris
Top achievements
Rank 1
answered on 25 Mar 2013, 03:55 PM
Thanks for the response.
I have verified that the handlers shown in the solution are in the web.config and the dialog is still broken.
Those handlers have been in the web.config prior to the upgrade to 2013.1.220.40.
Here are the bits from my web.config:
I have verified that the handlers shown in the solution are in the web.config and the dialog is still broken.
Those handlers have been in the web.config prior to the upgrade to 2013.1.220.40.
Here are the bits from my web.config:
<
handlers
>
<
remove
name
=
"Telerik_Web_UI_SpellCheckHandler_axd"
/>
<
remove
name
=
"Telerik_Web_UI_DialogHandler_aspx"
/>
<
remove
name
=
"Telerik_RadUploadProgressHandler_ashx"
/>
<
remove
name
=
"Telerik_Web_UI_WebResource_axd"
/>
<
add
name
=
"ChartImage_axd"
path
=
"ChartImage.axd"
type
=
"Telerik.Web.UI.ChartHttpHandler"
verb
=
"*"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik_Web_UI_SpellCheckHandler_axd"
path
=
"Telerik.Web.UI.SpellCheckHandler.axd"
type
=
"Telerik.Web.UI.SpellCheckHandler"
verb
=
"*"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik_RadUploadProgressHandler_ashx"
path
=
"Telerik.RadUploadProgressHandler.ashx"
type
=
"Telerik.Web.UI.RadUploadProgressHandler"
verb
=
"*"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik_Web_UI_DialogHandler_aspx"
path
=
"Telerik.Web.UI.DialogHandler.aspx"
type
=
"Telerik.Web.UI.DialogHandler"
verb
=
"*"
preCondition
=
"integratedMode"
/>
<
add
name
=
"Telerik_Web_UI_WebResource_axd"
path
=
"Telerik.Web.UI.WebResource.axd"
type
=
"Telerik.Web.UI.WebResource"
verb
=
"*"
preCondition
=
"integratedMode"
/>
</
handlers
>
<
httpHandlers
>
<
add
path
=
"ChartImage.axd"
type
=
"Telerik.Web.UI.ChartHttpHandler"
verb
=
"*"
validate
=
"false"
/>
<
add
path
=
"Telerik.Web.UI.SpellCheckHandler.axd"
type
=
"Telerik.Web.UI.SpellCheckHandler"
verb
=
"*"
validate
=
"false"
/>
<
add
path
=
"Telerik.RadUploadProgressHandler.ashx"
type
=
"Telerik.Web.UI.RadUploadProgressHandler"
verb
=
"*"
validate
=
"false"
/>
<
add
path
=
"Telerik.Web.UI.DialogHandler.aspx"
type
=
"Telerik.Web.UI.DialogHandler"
verb
=
"*"
validate
=
"false"
/>
<
add
path
=
"Telerik.Web.UI.WebResource.axd"
type
=
"Telerik.Web.UI.WebResource"
verb
=
"*"
validate
=
"false"
/>
</
httpHandlers
>
0
Hi,
I tested the provided web.config handlers configuration and I was unable to reproduce the problem with version 2013.1.220.40. For your convenience I have attached my test project. Are you able to replicate the problem with it?
Here is a video demonstration of the test: http://screencast.com/t/xxaYstkf.
Best regards,
Rumen
the Telerik team
I tested the provided web.config handlers configuration and I was unable to reproduce the problem with version 2013.1.220.40. For your convenience I have attached my test project. Are you able to replicate the problem with it?
Here is a video demonstration of the test: http://screencast.com/t/xxaYstkf.
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.