Re: RichTextArea how to implement native Drag & Drop?

2013-05-30 Thread dhoffer
When I try for a pure GWT solution by adding all the drag/drop listeners to the RichTextArea I get the enter, a few overs, and then strangely I get the leave event. The drop event never occurs. How can I fix this? If I can get the onDrop event to fire it seems I could do the same work I was d

RichTextArea how to implement native Drag & Drop?

2013-05-29 Thread dhoffer
What is the best way to implement native DnD for RichTextArea? I need to support users dropping items into the RichTextArea that originated from outside the browser (from another web app). Currently what I have partially works (in production seems to work about 50% of the time) in hosted mode