Giter Site home page Giter Site logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
issue persists with new code release with different exception:

[ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
    at
com.allen_sauer.gwt.dragdrop.client.PickupDragController.dragEnd(PickupDragContr
oller.java:63)
    at
com.allen_sauer.gwt.dragdrop.client.MouseDragHandler.cancelDrag(MouseDragHandler
.java:206)
    at
com.allen_sauer.gwt.dragdrop.client.MouseDragHandler.onMouseUp(MouseDragHandler.
java:138)
    at
com.google.gwt.user.client.ui.MouseListenerCollection.fireMouseUp(MouseListenerC
ollection.java:135)
    at
com.google.gwt.user.client.ui.MouseListenerCollection.fireMouseEvent(MouseListen
erCollection.java:75)
    at com.google.gwt.user.client.ui.Label.onBrowserEvent(Label.java:110)
    at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:968)
    at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:951)
    at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:919)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

Original comment by [email protected] on 19 Apr 2007 at 11:39

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
if it helps I never see it's Marker, for where it would be dropped

Original comment by [email protected] on 20 Apr 2007 at 1:10

Attachments:

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
Please try again with r194 (=fix from issue #7)

Original comment by fredsa on 20 Apr 2007 at 4:04

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
Yeah, as you date your releases, (and not mark version's) I did think that I was
using the fixed version.

As I state at the beginning of the previous message 'using new package:'

what I should have said is now using: gwt-dragdrop-2007-04-19.jar

Then I state the updated error message which is different from the previous one.

If there is a version marking I can't find it.  

I am downloading plugin so I can grab source via svn but My current connnection 
is
slow so it'll take a while.

This time I also am adding the file so you can tell me If I've done something 
really
 stupid in the code, but it does work if I make really small moves, as soon as I move
the mouse too much it seems to blow up....

Original comment by [email protected] on 20 Apr 2007 at 10:26

Attachments:

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
issue persists with latest jar 

[ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
    at
com.allen_sauer.gwt.dragdrop.client.PickupDragController.dragEnd(PickupDragContr
oller.java:64)
    at
com.allen_sauer.gwt.dragdrop.client.MouseDragHandler.cancelDrag(MouseDragHandler
.java:206)
    at
com.allen_sauer.gwt.dragdrop.client.MouseDragHandler.onMouseUp(MouseDragHandler.
java:138)
    at
com.google.gwt.user.client.ui.MouseListenerCollection.fireMouseUp(MouseListenerC
ollection.java:135)
    at
com.google.gwt.user.client.ui.MouseListenerCollection.fireMouseEvent(MouseListen
erCollection.java:75)
    at com.google.gwt.user.client.ui.Label.onBrowserEvent(Label.java:110)
    at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:968)
    at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:951)
    at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:919)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

Original comment by [email protected] on 21 Apr 2007 at 12:21

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
actually I think that behavoiur has gotten worse, I'll try reverting to see if I
introduced an error

Original comment by [email protected] on 21 Apr 2007 at 12:27

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
yeah, I can't drag anything now and get error every time, reverting does make 
the
problem revert to previous behavoiur tried both :

DragController dragController = new PickupDragController(boundaryPanel, true);
DragController dragController = new PickupDragController(boundaryPanel, false);


Original comment by [email protected] on 21 Apr 2007 at 12:55

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
anything is exageration, the original issue is still a problem

Original comment by [email protected] on 21 Apr 2007 at 2:30

Attachments:

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024
Recently IndexedDropController got a spin-off class IndexedFlowDropController, 
so that:
   DropController dropController1 = new IndexedDropController(mainPanel);
will need to be changed to:
   DropController dropController1 = new FlowPanelDropController(mainPanel);

Updated to r201 with a minor fix to prevent a secondary exception which was 
obscuring
the underlying exception of IndexedDropController now being the wrong class for 
a
IndexedFlowPanel.

r202 adds IllegalArgumentException in the constructor so that this problem is 
caught
right-away, instead of later during drag-and-drop. That should make life a lot 
easier.

Also sprinkled in some @see tags to help out with discovery of the new drop 
controller

Original comment by fredsa on 21 Apr 2007 at 10:10

  • Changed state: Fixed
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from gwt-dnd.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 4, 2024

Original comment by fredsa on 23 Aug 2007 at 3:39

  • Added labels: Milestone-gwt-dnd-1.0

from gwt-dnd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.