Issue292

Title lvledit: obstacle extensions are lost after undo/redo
Priority feature Status open
Assigned To Keywords editor
Linked issues Watchers

Submitted on 2011-07-24 19h07 by tracker_migration, last changed by salimiles.

Messages
Author: tracker_migration Date: 2010-06-25   10h43
Submitted by hakzsam
How to reproduce:
1) Start editor
2) Create an obstacle
4) Select the obstacle
3) Choose a label for the obstacle
5) Cut or copy
6) Paste
7) The label is lost....
Author: tracker_migration Date: 2011-04-10   18h54
Posted by npepinpe
Currently, when pasting, we copy the obstacle object but do nothing with the object extensions. The quickest fix I can find is changing the signature of the function action_create_obstacle_user to allow creation of obstacles with pre-defined labels, but messing with function signatures is not something I feel comfortable with. Maybe more experienced devs can have a look.
Author: tracker_migration Date: 2011-04-10   18h59
Posted by hakzsam
indeed, and we must copy the extension related to the obstacle in the clipboard.
Author: tracker_migration Date: 2011-04-17   21h36
Posted by hakzsam
Not a bug but a design limitation, move to RFE.
Author: ahuillet Date: 2011-07-27   06h37
That's a lot of design limitations....
History
Date User Action Args
2011-11-15 21:42:19salimilessettitle: obstacle extensions are lost after undo/redo -> lvledit: obstacle extensions are lost after undo/redo
2011-07-27 06:37:48ahuilletsetpriority: bug -> feature
messages: + msg1312
keyword: + editor
title: EDITOR: obstacle extensions are lost after undo/redo -> obstacle extensions are lost after undo/redo
2011-07-24 19:07:54tracker_migrationcreate