You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I have trouble clicking on a node in the tree and getting it to select.
Not sure how to qualify this problem. Just wondering if anyone is also experiencing this?
There is no indication in the console log of the click, as if the mouse down event is just not being registered at all by the system?
Usually the solution is to first click on another node and then click the node I want. It works then.
The text was updated successfully, but these errors were encountered:
I have changed the node labels to a button, so in the tree they are not draggable anymore. Nodes can be dragged by their icon.
I don't think this is a solution really.
Just logging the issues in the angular-ui-tree repo that also talks about this: conflict with ng-click and dragging
I tried using drag-delay but it wasn't working well. allowing buttons to be clicked in tree
Changing the label to a button/input element causes the drag event not to fire on it.
Sometimes I have trouble clicking on a node in the tree and getting it to select.
Not sure how to qualify this problem. Just wondering if anyone is also experiencing this?
There is no indication in the console log of the click, as if the mouse down event is just not being registered at all by the system?
Usually the solution is to first click on another node and then click the node I want. It works then.
The text was updated successfully, but these errors were encountered: