Skip to main content

Bug Tracker

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');

Attachments (0)
Change History (2)

Changed July 17, 2006 04:05PM UTC by peter.goodma comment:1

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)

Changed August 25, 2006 01:16AM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN.