Side navigation
#76 closed bug (fixed)
Opened July 17, 2006 04:02PM UTC
Closed August 25, 2006 01:16AM UTC
Last modified June 21, 2007 04:27AM UTC
.css('height') bug in Mac Opera
Reported by: | peter.goodman@gmail. | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | css,opera,mac | Cc: | |
Blocked by: | Blocking: |
Description
I'm using revision 155.
In opera mac, it gives the height of a hidden (display:none;) div as -2147483648px using $("#someid").css('height');
Whoops, my mistake. What's actually happening is within a bound event on a input text field, $(this).css('height'); is returning that crazy number. (In opera mac)