Bug Tracker

Changes between Initial Version and Version 1 of Ticket #9484, comment 3


Ignore:
Timestamp:
03/28/12 12:17:27 (14 months ago)
Author:
alex3683
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9484, comment 3

    initial v1  
    88 
    99Here we talk about a real bug: A method promising a concrete functionality (i.e. returning the height of an element) has a real bug in that it is returning not inconsistent, but really incorrect results in some browsers. It's right that it's not the right way to let for example css( "borderTopWidth" ) be clever, but the ".height()" and ".width()" methods should check for this case as it is a real bug. 
     10 
     11EDIT: Here is a fiddle showing the problem: http://jsfiddle.net/QCUdw/1/ Test it in IE7, IE8 and a current Firefox version.