As Mochikit's Trac doesn't allow new registration for the moment, I
can't attach new files or add comments to the ticket I've just opened.
Here they are :
- test.html : an HTML showing the problem in action
- patch : a proposed patch

Test coverage is coming up.

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Title: MochiKit | getElementDimensions bug

getElementDimensions bug

displayed box

hidden box

When an element is hidden from CSS (ie. display: 'none') and not made visible with _javascript_, the function getElementDimensions is not able to return its correct dimensions. This bug make animations like blindDown, slideDown not working properly in such a case, as the element dimensions are calculated at setup time, before it is ever made visible.

Attachment: patch
Description: Binary data

Reply via email to