Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: 1.7DR#3
- 
            Component/s: ICE-Components
- 
            Labels:None
- 
            Environment:ICEfaces
- 
                        ICEsoft Forum Reference:
Description
The event passed to the dragListener returns null for event.getTargetDragObject()
This can be seen in the following code from component-showcase that is far more complex than necessary:
if (event.getEventType() == DndEvent.DROPPED) {
String targetId = event.getTargetClientId(); if ((targetId != null) &&
(targetId.indexOf("cartDropTarget") != -1)) {
String value = ((HtmlPanelGroup) event.getComponent())
.getDragValue().toString();
Issue Links
- blocks
- 
             ICE-2753
        Drag and drop between tree node and panelGroup causes exception ICE-2753
        Drag and drop between tree node and panelGroup causes exception-           
- Closed
 
-         
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
