Completed
Last Updated: 22 Apr 2015 12:57 by ADMIN
Adding ImageEditor inside a RadPanel breaks the RadPanels designer. The problematic behavior can be observed with the following configuration:

        <telerik:RadPanelBar ID="RadPanelBar1" Runat="server">
            <Items>
                <telerik:RadPanelItem runat="server" Text="Root RadPanelItem1">
                    <ContentTemplate>
                        <telerik:RadImageEditor ID="RadImageEditor1" runat="server" ImageUrl="~/Images/Jellyfish - Copy.jpg"></telerik:RadImageEditor>
                        <asp:Button runat="server" ID="dasd" />
                        <telerik:RadEditor ID="RadEditor1" runat="server"></telerik:RadEditor>
                    </ContentTemplate>
                </telerik:RadPanelItem>
            </Items>
        </telerik:RadPanelBar>
Declined
Last Updated: 09 Apr 2015 12:58 by ADMIN
ADMIN
Created by: Vessy
Comments: 1
Category: ImageEditor
Type: Feature Request
0
Images bigger than 10MB cannot be saved if the ImageEditor is used in enabled CanvasMode, even though the MaxJsonLenght property is configured. The ImageSaving event handler is also never called.


The only possible workaround for the moment is using the ImageEditor in disabled CanvasMode (CanvasMode="No")
Completed
Last Updated: 24 Dec 2014 14:48 by ADMIN
When the CanvasMode of the ImageEditor is enabled, the JPG images are saved as PNG.

Steps to reproduce:

1. Open the following online demo: http://demos.telerik.com/aspnet-ajax/imageeditor/examples/canvassupport/defaultcs.aspx

2. Use the configurator above the ImageEditor to enable the CanvasMode

3. Save the image, choosing the "Download image" option

4. The image, which original format is JPG is saved as a PNG (with increased size)

A video, demonstrating the issue is available here: http://screencast.com/t/FL3Gs6soz7F
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
When a big image(~3MB) is loaded into the ImageEditor ( with enabled CanvasMode) sometimes the image is not loaded into the controls or the whole page crashes. The issue could be reproduced in Google Chrome, with the 2013 Q1 SP1 version of the controls.
Completed
Last Updated: 04 Sep 2013 12:17 by ADMIN
ADMIN
Created by: Stamo Gochev
Comments: 0
Category: ImageEditor
Type: Bug Report
1
After the LIB (2013.1.423) the Save (on server) functionality of the ImageEditor doesn't work properly and throws a javascript error.
1 2 3