Unplanned
Last Updated: 19 Apr 2019 05:50 by ADMIN
Joshy Varghese
Created on: 18 Apr 2019 14:08
Category: ImageEditor
Type: Bug Report
0
ImageEditor keeps in the undo stack a reference to the last written text, but not last inserted one
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"

0 comments