Side navigation
#75 closed bug (worksforme)
Opened July 16, 2006 09:21PM UTC
Closed August 18, 2006 04:39AM UTC
Last modified June 21, 2007 05:02AM UTC
css('height') too precise?
Reported by: | peter.goodman@gmail. | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | css | Cc: | |
Blocked by: | Blocking: |
Description
I just checked out jquery from SVN and it seems that the css('top') has become significantly more precise. Here's what's happening:
I'm using my postop() function, mentioned in a previous bug as a jquery enhancement, and css('top') to find the bottom of a input text field. However, what it's returning is the bottom of the text in the text field! (it's excluding padding and border)
This is happening in Camino, however I can't test in FF mac because of a previous bug I mentioned. This was not happening with the dev release of jquery.
Peter, could you please provide a test page for this? I'm not entirely sure what to duplicate here...