Bug Tracker

Modify

Ticket #9836 (closed bug: invalid)

Opened 22 months ago

Last modified 22 months ago

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

comment:1 Changed 22 months ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to css

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

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.