Original report by me.
What steps will reproduce the problem?
1. Run run.sh linux64 Debug detailed --off-screen-rendering-enabled
2. Browse to http://html5demos.com/drag-anything
3. Select the "getData(e.dataTransfer.types[0]) based on detected content type" option
4. Drag a file from your Linux desktop or file system into the drop area in the JCEF browser window. The drop area is labeled "Drop here for info about the dragged item"
What is the expected output? What do you see instead?
Expected: The drop is accepted and the are now displays "(content-type: Files)"
Actual results: The drag is never accepted.
What version of the product are you using? On what operating system?
JCEF master on Ubuntu 16.04 64-bit.
Supporting drag and drop of external files with windowed mode on Linux is not something that we’re planning to support at this time. See the related CEF issue for more information: https://bitbucket.org/chromiumembedded/cef/issues/1418
Original report by me.
What steps will reproduce the problem?
1. Run
run.sh linux64 Debug detailed --off-screen-rendering-enabled2. Browse to http://html5demos.com/drag-anything
3. Select the "getData(e.dataTransfer.types[0]) based on detected content type" option
4. Drag a file from your Linux desktop or file system into the drop area in the JCEF browser window. The drop area is labeled "Drop here for info about the dragged item"
What is the expected output? What do you see instead?
Expected: The drop is accepted and the are now displays "(content-type: Files)"
Actual results: The drag is never accepted.
What version of the product are you using? On what operating system?
JCEF master on Ubuntu 16.04 64-bit.
Supporting drag and drop of external files with windowed mode on Linux is not something that we’re planning to support at this time. See the related CEF issue for more information: https://bitbucket.org/chromiumembedded/cef/issues/1418