Nodes with Inputs

Hi!, i set Input Text controls at my nodes, everything works great but when i double click over the Input Text, it doesn’t select all the Text Range, how can i solve this?

An excampe of my XML:



<?xml version="1.0" encoding="iso-8859-1" ?>



<item im1=“folderOpenM.png” im2=“folderClosedM.png” im3=“folderClosedM.png” child=“0” id=“CANT129” text=“

CANT un
”>

129









Thanks

By default all selection in tree blocked, you can reenable selection by two steps

a) add next line of code
    tree.allTree.onselectstart=function(){ return true; }
b) in dhtmlxtree.css remove all occurences of
     -moz-user-select: none;