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

ImageManager Broken After update to 2013.1.220.40

3 Answers 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 22 Mar 2013, 09:37 PM
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.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Mar 2013, 03:21 PM
Hi,

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:

<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
Rumen
Telerik team
answered on 27 Mar 2013, 10:31 AM
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
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.
Tags
Editor
Asked by
Chris
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Chris
Top achievements
Rank 1
Share this question
or