#76 closed bug (fixed)
.css('height') bug in Mac Opera
Reported by: | 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');
Note: See
TracTickets for help on using
tickets.
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)