#1222 closed enhancement (fixed)
Need more information about moved node
Reported by: | ornus | Owned by: | ilia |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | tree | Cc: | |
Blocked By: | Blocking: |
Description
When a node is moved not enough information is passed about the old node location. If I need to update a data source and I'm using indexes to identify tree node location there's no way to figure out which node was moved. Information is provided about the node at it's new location.
Easiest solution would be to provide node index before it is moved, and after. Alternative would be to fire move event before move and after.
Note: See
TracTickets for help on using
tickets.
Added source index.