Ticket #9836 (closed bug: invalid)
IE7 outerHeight() bug.
| Reported by: | PlanOff | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | css | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Originally i found that outerHeight() doen't work as expected in IE7, the result was always on 1 bigger that in other browsers (Sorry, can't include code here), but when i wrote test on jsFiddle http://jsfiddle.net/XJVXb/2/ a saw a different result. The value was 1 point lower in IE7, IE8(19), and 2 points lower in IE9(18) than in normal browsers(Firefox 5.0.1, Chrome 12.0.742.122)they display 20,also there is some weird result in Opera(19). I know that this difference is very small, but i get in situation where it was critical. Please look at this. Thank you for you work, Vladimir.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

This is due to the different default styles for font across browsers.
To fix, normalize your css: http://jsfiddle.net/timmywil/XJVXb/9/