Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

on chrome on Linux the page gets selected on drag #186

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

on chrome on Linux the page gets selected on drag #186

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Does the issue occur in "quirks mode", "standards mode" or both? If you
don't know, does your HTML page contains a DOCTYPE declaration?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd">

What version of GWT are you using? 1.4.60? 2.0.4? Other?
2.7.0

What version of the gwt-dnd jar file or library file are you using?
3.3.3 or 3.3.2

What operating system(s) are you using? Windows? Linux? Mac?
Linux

Does the issue occur in web mode, development mode (formerly "hosted
mode"), both or don't know?
both superdevmode and web mode

What browser(s) do you use? Chrome, Firefox, IE, Safari, other?
It happens only on chrome. Confirmed on Version 40.0.2214.115 (64-bit)
Does not reproduce on firefox, don't know about others.

What is the browser version (if you know) from Help->About?
40.0.2214.115 (64-bit)

What steps will reproduce the problem? Please attach sample code if you
can.
It happens even on the project examples: 
https://gwt-dnd.appspot.com/#InsertPanelExample
1: drag and drop any widget anywhere
2: the whole page gets selected (see screenshot)

What is the expected output? What do you see instead?
Do not select the whole screen after drop

Do you have a workaround?
yes, set this two values explicitly:
dragController.setBehaviorDragStartSensitivity(3);
dragController.setBehaviorCancelDocumentSelections(true);

Please provide any additional information below.

Original issue reported on code.google.com by jelkosz@gmail.com on 8 Mar 2015 at 7:39

Attachments:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant