This commit is contained in:
vitalets 2013-05-20 00:41:12 +04:00
parent 9c77ecaa32
commit c9fca32329

@ -182,10 +182,10 @@ Applied as jQuery method.
/* /*
Currently, form is re-rendered on every show. Currently, form is re-rendered on every show.
The main reason is that we dont know, what container will do with content when closed: The main reason is that we dont know, what container will do with content when closed:
remove(), detach() or just hide(). remove(), detach() or just hide() - it depend on container.
Detaching form itself before hide and re-insert before show is good solution, Detaching form itself before hide and re-insert before show is good solution,
but visually it looks ugly, as container changes size before hide. but visually it looks ugly --> container changes size before hide.
*/ */
//if form already exist - delete previous data //if form already exist - delete previous data