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

Bug Report: Image Editor

3 Answers 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 21 Mar 2011, 11:51 AM
Browser: FireFox 3.6.15

Call image editor on an image.
Scale the image.
Click Restore Image.
Scale the image again.

Error message:
Value should be of type decimal

Please respond what action to take.

Marc

3 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 22 Mar 2011, 02:26 PM
Hi Marc,

Thank you for bringing this problem to our attention. I have logged it into our database and we will do our best to have it fixed for one of our upcoming releases. Here you can find the PITS Issue: Public URL

For the time being, to avoid this problem you can modify the RadEditor's built-in dialog ImageEditor.ascx and change this button's declaration to the following one:
<button type="button" id="ResetImageEditor" style="width: 329px;" onclick="return false;">
    <script type="text/javascript">
        setInnerHtml("ResetImageEditor", localization["RestoreImage"]);
    </script>
</button>


I have updated your Telerik points.

Please excuse us for the inconvenience.

Best wishes,
Dobromir
the Telerik team
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 22 Mar 2011, 04:40 PM
Hi Dobromir,

This doesn't seem to solve the problem I still get the same error message.
It also occurs on the new FF 4.0............

BR,
Marc
0
Dobromir
Telerik team
answered on 25 Mar 2011, 03:14 PM
Hi Marc,

Please accept my sincere apologies for the misleading answer.

After further investigation it turned out that the problem is not caused by a postback, how I initially thought, and that is why suggested modification is not fixing the issue. Unfortunately, at this point I am not able to provide a suitable work around for this issue.

Best wishes,
Dobromir
the Telerik team
Tags
Editor
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Dobromir
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or