Unplanned
Last Updated: 31 Aug 2022 09:37 by ADMIN

Using attached Visual Studio project....

Steps to re-create:

1) Draw line on image with pencil

2) Clear all changes

3) Draw another line with pencil.  Upon releasing mouse button RadDiagram loses image and just shows checkerboard.

Demo project attached.

Happens in Chrome, but not in Firefox.

Seems to occur regardless of Telerik version.

Unplanned
Last Updated: 26 Mar 2020 10:03 by ADMIN
The loaded into the ImageEditor image is not downloaded with its original extension if a query string is added to the end of the image name. It is saved as PNG instead:
 
Steps to reproduce:
 
1. Run the code below and open the SaveImage dialog
2. Chose the "Download image" option and click OK
 Result: The image is downloaded as PNG
 
         <telerik:RadImageEditor RenderMode="Lightweight" ID="RadImageEditor1" runat="server"
            ImageUrl="~/images_1/test.jpg?test123" Width="100%" Skin="Silk">
        </telerik:RadImageEditor>   
Unplanned
Last Updated: 03 Sep 2019 16:56 by ADMIN

The Pencil dialog is not positioned properly when the image is zoomed or/and scrolled.

Steps to reproduce:

1. Open https://demos.telerik.com/aspnet-ajax/imageeditor/examples/overview/defaultcs.aspx
2. Zoom the image to 200%
3. Scroll the image to the right
4. Open the pencil dialog

Result - the dialog appears outside the visible area
Unplanned
Last Updated: 30 Jul 2019 14:35 by ADMIN

Images with "*.jpeg" extension are saved as "*.jpg" in a different file even if the "Overwrite" option is checked. 

Steps to reproduce:

1. Open an image with "*.jpeg" extension in ImageEditor (e.g. test.JPEG)
2. Edit the image
3. Open the Save Dialog and choose "Save Image On Server" with checked "Overwrite if file exists?" option

Result: The edited image is saved as a new files with jpg extension (e.g. test.jpg)

Unplanned
Last Updated: 19 Apr 2019 05:50 by ADMIN
ImageEditor keeps in the undo stack a reference to the last written text, but not last inserted one. 

Video: https://www.screencast.com/t/z6z5gwA6

Steps to reproduce:

1. Open https://demos.telerik.com/aspnet-ajax/imageeditor/examples/overview/defaultcs.aspx
2. Click the add text tool and insert "One"
3. Click the add text tool and insert "Two"
4. Click the add text tool, write "Three" and cancel/close the dialog
5. Click "Undo"
6. Click "Redo"
Result: The last written "Three" string is inserted instead of the expected "Two"