Side navigation
#9836 closed bug (invalid)
Opened July 15, 2011 03:04PM UTC
Closed July 15, 2011 03:26PM UTC
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.
Attachments (0)
Change History (1)
Changed July 15, 2011 03:26PM UTC by comment:1
component: | unfiled → css |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
This is due to the different default styles for font across browsers.
To fix, normalize your css:
http://jsfiddle.net/timmywil/XJVXb/9/