cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

Cannot drag and drop text in page to other spot in page #1944

Closed psdao1102 closed 7 years ago

psdao1102 commented 7 years ago

I saw that this should have been fixed in 39, but we still seem to be having issues with dragging and dropping text. When I try to drag and drop text i get a big circle with cross in it.

Windows 10

here the pastebin http://pastebin.com/i2bETQ2T

We build and start our own ASP.net MVC server using IIS and then use the cefsharp app to access it locally.

amaitland commented 7 years ago

See for a description of the command line flag your using, seems like it's Linux related. http://peter.sh/experiments/chromium-command-line-switches/#touch-devices

Test with CefSharp.Wpf.Example, if you can reproduce the problem then provide a list of steps to reproduce the problem, in this case a screen cast would also be helpful.

To compare with WPF run cefclient --multi-threaded-message-loop --off-screen-rendering-enabled

Download cefclient, make sure you test with the command line arguments specified for WPF. If it works there then you'll have to dig through the cefclient source and find out what piece is missing.

The source is there, you'll have to investigate further on your own 👍

amaitland commented 7 years ago

using CefSharp.Wpf.Example I can drag text into the google search box when visiting google.com. Original issue doesn't provide steps to reproduce the problem so closing due to lack of feedback.