In htree.js, line 214:
options.scroll = HTree_SCROLLBAR_ALWAYS;
This should be
options.scroll = HTree_SCROLLBARS_ALWAYS;
This is masked because the demo (htreedemo.js) explicitely sets the scroll option to the correct value.
Logged In: YES user_id=833483 Originator: NO
correct - thanks jamie!
Log in to post a comment.
Logged In: YES
user_id=833483
Originator: NO
correct - thanks jamie!