Bug Tracker

Opened 12 years ago

Closed 12 years ago

#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:
Blocked by: Blocking:

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 (1)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledcss
Priority: undecidedlow
Resolution: invalid
Status: newclosed

This is due to the different default styles for font across browsers.

To fix, normalize your css: http://jsfiddle.net/timmywil/XJVXb/9/

Note: See TracTickets for help on using tickets.