Changes between Initial Version and Version 1 of Ticket #13214, comment 3
- Timestamp:
- May 25, 2015, 10:55:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13214, comment 3
initial v1 2 2 > User may copy&paste a link in the meantime and we would like to avoid having two links with the same id. This may be assured in `editor#paste` listener. 3 3 4 If user copy&paste the link, both links should be replaced with widgets imho. And I do not see the point why we should do this in 2 requests. We could use classes instead of IDs and when data are loaded find all elements with this classand replace them, but probably as 2 separate undo steps (or not?).4 If user copy&paste the link, both links should be replaced with widgets imho. And I do not see the point why we should do this in 2 requests. We could when find all elements with this ID when data are loaded and replace them, but probably as 2 separate undo steps (or not?). 5 5 6 6 In general undo and user modifications might be tricky: what if user edit something before link was replaced with widget? It should be saved as a separate undo step, I believe.