Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
Description
Subnodes are not reinitialized as a sortable region after an update occurs. This was supposed to be handled by a dragenter listener (which reinits just-in-time), however dragenter is never called. It is not clear if this ever worked, as the JQ drag/drop doesn't generate DOM drag events.
Because the JQ implementation of drag/drop is not native (DOM Level 3) browser events and the dragged element is always immediately under the cursor, the cursor never generates any mouse events on the region under the item being dragged, thus normal mouse events can't be used as an appropriate hook to reinit.
Because the JQ implementation of drag/drop is not native (DOM Level 3) browser events and the dragged element is always immediately under the cursor, the cursor never generates any mouse events on the region under the item being dragged, thus normal mouse events can't be used as an appropriate hook to reinit.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33404 | Wed Feb 13 12:45:40 MST 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tree/tree.js
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tree/TreeRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33394 | Tue Feb 12 15:26:45 MST 2013 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tree/tree.js
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tree/TreeRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tree/TreeRendererContext.java |