#75 closed bug (worksforme)
css('height') too precise?
Reported by: | 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.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Version: | 1.0b1 → 1.0 |
---|
comment:3 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I can't verify this at all. I really need a test page for this.
Note: See
TracTickets for help on using
tickets.
Peter, could you please provide a test page for this? I'm not entirely sure what to duplicate here...