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

Issue with Drag & Drop Demo

1 Answer 75 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Axe
Top achievements
Rank 1
Axe asked on 10 May 2008, 12:21 AM
Hi there

I was playing around on your demo page http://www.telerik.com/DEMOS/ASPNET/Prometheus/Editor/Examples/TreeviewAndEditor/DefaultCS.aspx and after I drag an image onto page, right click image to edit image properties I am unable to edit anything. Is this by design for this demo? The modal pop up is disabled. I tried in IE7, Firefox 2 & Safari for Windows and get the same results.

On another note is there a way after resizing an image using image properties dialog to resize to the original image size?

Regards
Alex

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 May 2008, 03:02 PM
Hi Axe,

The problem is due to the z-index setting in the TelerikModalOverlay class.

To fix the problem set the z-index for example to 3000 , e.g.

<style type="text/css">
.TelerikModalOverlay
{
    z-index: 3000 !important;
}
</style>

In regards to your second question: RadEditor does not offer such ability to resize already resized image to its original size, except using the Undo button.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Axe
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or