This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 217229 - HTML5 Drag & Drop not working
Summary: HTML5 Drag & Drop not working
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 13:21 UTC by Vladimir Riha
Modified: 2012-08-25 21:09 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-08-22 13:21:30 UTC
Seems to me that HTML5 drag & drop in embedded browser is not working. To reproduce you can open [1] in embedded browser and try it (or use EaselDemo). I'm attaching IDE log but I don't know if it is related to this issue...

From what I can tell, "dragstart" event seems to be working, but "drop" and "dragover" not.

I'm not sure how reliable it is, but if you open [2] in embedded browser, the result says that this should be working.


[1] http://html5demos.com/drag
[2] http://html5test.com

Product Version         = NetBeans IDE Dev (Build EaselCSS-529-on-20120822) 
Operating System        = Linux version 3.2.0-29-generic-pae running on i386
Java; VM; Vendor        = 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09; Oracle Corporation
Comment 1 Vladimir Riha 2012-08-22 13:24:26 UTC
last note: dragstart seems to be triggered twice
Comment 2 Stanislav Aubrecht 2012-08-22 13:40:15 UTC
This isn't a bug in WebView integration but a bug in the WebView itself. When I open that URL in JavaFX web browser demo (http://download.oracle.com/otndocs/products/javafx/samples/SwingInterop/index.html) drag and drop isn't working either.
Comment 3 Vladimir Riha 2012-08-22 13:45:23 UTC
Ok, thanks
Comment 4 Petr Jiricka 2012-08-25 21:09:54 UTC
This is already filed against WebView as (I think) http://javafx-jira.kenai.com/browse/RT-11029