comments
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user