Hi dhtmlx,
We have an input text field wheren we have an onclick event which executes the function tree.findItem(el.value).
When clicking on it multiple times, the item is each time being selected and correctly focused in Chrome. In IE it is only correctly focused the first time we search.
When debugging the code your code we notice that in the _focusNode function, the variable z gets a different value in both browsers after the first search. Therefore it fails.
Is there a solution for this problem?
Kind regards,
Filip