You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
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>
(since this is needed for UIBinder to work)
What version of GWT are you using? 1.4.60? 2.0.4? Other?
2.4.0 but happend on previous versions also
What version of the gwt-dnd jar file or library file are you using?
3.1.1
What operating system(s) are you using? Windows? Linux? Mac?
Linux: Ubuntu 11.04
Does the issue occur in web mode, development mode (formerly "hosted
mode"), both or don't know?
both
What browser(s) do you use? Chrome, Firefox, IE, Safari, other?
issue occurs only in chrome, not in Firefox & IE
What is the browser version (if you know) from Help->About?
18.0.1025.142 (Entwickler-Build 129054 Linux) Ubuntu 11.04
What steps will reproduce the problem? Please attach sample code if you
can.
1. Create a com.google.gwt.user.client.ui.ListBox and put it visible on your UI
2. make this ListBox dragable: dragController.makeDraggable(widget);
3. reduce drag sensitivity (makes ListBox items selectable in other browsers,
but not in chrome) dragController.setBehaviorDragStartSensitivity(3);
What is the expected output? What do you see instead?
If one clicks on an item of the ListBox, it should be selected, if one drags,
the drag should be initiated. In chrome only the dragging works, not the
selecting.
Do you have a workaround?
For the moment I disabled the makeDragable in case I am running in the chrome
browser, that way the items are selectable, but I can't drag.
Original issue reported on code.google.com by kaef...@gmail.com on 18 Apr 2012 at 11:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
kaef...@gmail.com
on 18 Apr 2012 at 11:59The text was updated successfully, but these errors were encountered: