id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
10409,IE 8 Differs from other browsers with .height(),Martin.barekr@…,,"Hello,

jsFiddle
http://jsfiddle.net/rFu9T/1/

When using .height() on a UL in IE 8 (compatibility mode) the ul's height is returned as 32 where as in other browsers it is returned as 64

This is clearly an issue for site's that are coding to support older version of IE 

in the CSS there is nothing that changes the height of the element only it's display state

This has been tested in 

IE 8 Does not Work,
IE 9 Does not work but is better (3px smaller than none ie browsers),
IE 9 (IE8 Mode) Does not work
IE 9 (IE7 mode) Does not work
IE 6 Dose not work

Chrome Live, Dev, Beta Channels Works
FireFox 5,6, Nightly (Works)

Expected
Alert of (64) in all browsers

Given
Alert of (61) in IE9
Alert of (64) in Chrome(dev, beta, live), Firefox(live, nightly), Safari, Opera
Alert of (32) in other version of IE(6,7,8)",bug,closed,low,None,css,1.6.4,invalid,,,,
