Changes between Initial Version and Version 1 of Ticket #10870
- Timestamp:
- Sep 16, 2013, 12:16:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10870 – Description
initial v1 1 Paste command accepts data as an argument. It is very useful in case similar to pasting, like drag&drop. However, we're disabling paste command if clipboard is empty what... breaks d&d and some of our tests.1 Paste command accepts data as an argument. It is very useful in cases similar to pasting, like a drag&drop feature. However, we're disabling paste command if clipboard is empty what... breaks d&d and some of our tests. 2 2 3 Disabling paste command when clipboard is empty makes only a minor feature, because most of the time clipboard isn't empty and usually one first copies something before he tries to paste it. But the disadvantage is big - it completely breaks useful paste command and usually it 's also a bugfoot, because it's very hard to understand why I can't reproduce some issueany more.3 Disabling paste command when clipboard is empty makes only a minor feature, because most of the time clipboard isn't empty and usually one first copies something before he tries to paste it. But the disadvantage is big - it completely breaks useful paste command and usually it also means a bugfoot, because it's very hard to understand why reported issue can't be reproduced any more.