Having a href in my nodes is causing unwanted behaviour.
My jsTree occupies only a small part of the user screen. So there is overflow in my div. When a user clicks on a node which overflows, the jstree div is repositioned to highlight the node the user just clicked.
Removing href from the node resolves this issue. I have updated my jstree.js so that href is never created. However, i would prefer to use a better solution.
Is there anyway i can form my JSON to incidate 'do not create a href tag' ?
Thanks,
Tom
p.s. i also had to add cursor: default; to .jstree-node in style.css in order for my solution to work.