I have an issue with the DropDownTree. If the contents of the treeview that drops down is not big enough to handle the size of the content, a horizontal scrollbar will appear (as expected). However, the scrollbar appears as soon as the page loads — before the dropdown has even been dropped.
And as you click on the body of the web page, there’s a “phantom” close animation happening for the tree div. You can see what I’m talking about by editing the demo “dropdowntree.htm” and changing the width of the #jqxTree from 200 to 140. As soon as the page loads, you’ll see the scrollbar for the div appear where it would normally appear if the treeview was visible. Before dropping down the treeview, click around the page in the empty space and you’ll see the “phantom” div collapsing as you click.
I’m using jqWidgets 2.4.2. Is there a fix/workaround — other than making my dropdown tree div large enough to fit the length of any item a user may put in there (i.e. really, really big)?
Thanks.