Leonardo Soto wrote: > > Before everything you should find a solution to the problem. > > A quick-and-dirty solution would be set the display to none when the > height is 0. A patch that just does that is attached. But when > restoreAfterFinish is false and the heigth is scaled down to 0, it > will leave the element display property as 'none'. I don't think > that's right. Anyway, that should be easy to solve and if I have more > time tomorrow I will solve that.
Well I don't know if it's easy to solve. It's a feeling problem so you don't really know if you fix it everywhere. > The question is: shoud it be fixed on setElementDimensions too?. If > not, the docs should contain a warning about this problem IMHO. > > > You can > > also try to explain why you need overflow:hidden. > > blindUp() does need it. Or at least the current implementation uses it. Oh yes the ugly *clipping trick. Sorry I forgot about this. Have you try to make a blindUp without this ? It could solve your problem. I'll try to see if I find a CSS hack around this. -- Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
