Ticket #75 (closed bug: worksforme)
css('height') too precise?
| Reported by: | peter.goodman@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | core | Version: | 1.0 |
| Keywords: | css | Cc: | |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Peter, could you please provide a test page for this? I'm not entirely sure what to duplicate here...