Opened 16 years ago
Closed 16 years ago
#606 closed defect (fixed)
Tree locking problem
Reported by: | ilia | Owned by: | ilia |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
<hightide> [algo]: i have a horrible synchronization problem when doing RPC calls with the tree <hightide> When clicking on a node twice i get duplicated list of children <hightide> sometime triplicated
Every click is a request so AJAX means that 3 requests are made and all of them get answered, that's surely wrong.
I suggest node locking, so that acting upon a node will make it lock.
actionIsDisabled checks whether a node or any of its ancestors are locked, if yes then no action is possible.
Note: See
TracTickets for help on using
tickets.
locking added.. Should be fixed now.