Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Go to gritsgame.appspot.com 2. Click "quick game" 3. See error. What version of the product are you using? On what operating system?...
``` What steps will reproduce the problem? 1. open browser 2. paste the link "http://matcher.gritsgame.appspot.com/start-game" 3. open "http://matcher.gritsgame.appspot.com/debug" to vertify that new game is created What is the expected output?...
``` Hi Allan, I'm getting the following warning, not sure if it's even a bug or not. It happens in Quirks mode at least. I'm using GWT 2.6.1 and gwt-dnd...
``` The change https://code.google.com/p/gwt-dnd/source/diff?spec=svn25647ec77ebb836307ad758ee3 168eaf656f9eb1&r=25647ec77ebb836307ad758ee3168eaf656f9eb1&format=side&path=/Drag Drop/src/com/allen_sauer/gwt/dnd/client/util/gwt-dnd.css introduced a warning when parsing the file gwt-dnd.css. The \ in line 63 should not have been removed. ``` Original issue reported on code.google.com...
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? What version of GWT are you...
``` A couple of days ago we used gwt-dnd library in our project, we added to the .gwt.xml file and followed all steps. It worked fine and everything is ok...
``` I am using a VerticalPanel with a VerticalPanelDropController. My example is similar to this demo: https://gwt-dnd.appspot.com/#InsertPanelExample Here is what I did: columnDropController = new VerticalPanelDropController( columnContentPanel) { @Override public...
``` Hi, If I scale the entire body with CSS: function scaleBody() { var transformString = "scale(1.2,1.2)"; document.body.style.transform = transformString; document.body.style['-o-transform'] = transformString; document.body.style['-webkit-transform'] = transformString; document.body.style['-moz-transform'] = transformString; document.body.style['-ms-transform']...
``` Just like in this demo https://gwt-dnd.appspot.com/#DragHandleExample i have a window with a dra handle. But this drag handle also has child widgets: buttons, edit box, etc. When i press...
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? both What version of GWT are...