[Proto-Scripty] Problem calculating height on non visible elements

2011-05-18 Thread nestorma...@gmail.com
Hi All I'm a core developer of Zikula Web Application Framework [1] and recently I saw an issue calculating the height of hidden elements. We use the livepipe library [2] and we have a custom Zikula.UI set. While I was reviewing some days ago a bug trying to get equal tabs heights [3] on our Zikul

Re: [Proto-Scripty] Re: Effect.blindUp Disappears at End

2011-06-12 Thread nestorma...@gmail.com
I just faced the same issue, seems like we need afterFinish option, but I agree that BlindUp must check if scaleTo is 0 to hide it, and if it's not, do not hide the element... new Effect.BlindUp(element, { afterFinish: function() { this.show() }.bind(element) }); Mateo Mis princip