Re: DragDrop Bug

2017-08-10 Thread Bob Sneidar via use-livecode
BTW I am dragging text from another application. I have never seen this dragging text from within Livecode. And what is being dragged is text from an email app although there are other sources like PDF's which is why I have to clean up the text before setting any LC field to the result. Bob S

DragDrop Bug

2017-08-10 Thread Bob Sneidar via use-livecode
Hi all. I mentioned in the past I have a drag drop handler in all my editable fields which cleans up the dragged text and then sets the text of the field to the result. Part of the time dragging and dropping text onto these fields will cause the controls on the card to become unresponsive. I