Closed (fixed)
Project:
Simple hierarchical select
Version:
7.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 May 2013 at 19:48 UTC
Updated:
6 Dec 2013 at 12:11 UTC
Jump to comment: Most recent
Comments
Comment #1
nicolas bouteille commentedHere is a suggestion for how to make SHS more flexible in next releases:
in function shsElementCreate do not hide newly created element
instead add a class 'loading'
in function getTermChildren remove the fadeIn() call and instead remove the class 'loading'
now in css you can choose to display:none for select.shs.loading
and other people like me can override css to give like in my case a throbber background !
What do you think ?
Comment #2
stborchertUhm, how many items does your term list have? We are using the module with term hierarchies where each level has >100 items and its fast. Using the module High-performance JavaScript callback handler makes it even faster (load takes less than 100ms) so you could hardly recognize a new element is loaded.
Comment #3
omdb commentedThanks Nicolas - that worked great!
Comment #4
stborchert