animate calculates the wrong height of element with implicit width
(From what I tested, this occurs in both 1.2.2 and 1.2.3)
Example: http://paste.css-standards.org/31421/view
Div with explicit width, contains ul with implicit width.
Clicking ice hockey makes the next ul slide but apparently it
"hickups" at the end because of misscalculated height.
screenshot 1: http://img352.imageshack.us/img352/3453/screen1ry9.png
Shows that the height is calculated correctly after the ul is slided.
screenshot 2: http://img352.imageshack.us/img352/4151/screen2tt0.png
Shows the element that the height is calculated from, apparently the
width isnt taken in to account because of the position: absolute which
makes the line breaks oneliners and the height misscalculated.
Is this a bug or is it on purpose for some reason? What reason then?