Details
-
Type:
Bug
-
Status: Closed
-
Priority:
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
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Assignee | Adnan Durrani [ adnan.durrani ] |
Fix Version/s | 1.7Beta1 [ 10121 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Fix Version/s | 1.7Beta1 [ 10121 ] | |
Resolution | Fixed [ 1 ] |
Attachment | GroupRenderer.java.patch [ 10862 ] |
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |