Side navigation
#7838 closed bug (duplicate)
Opened December 24, 2010 08:35AM UTC
Closed December 24, 2010 10:09AM UTC
Last modified January 31, 2011 05:54PM UTC
$(elem).width() silently fails in opera on element with style = "width: 0%"
Reported by: | yury.korolev@gmail.com | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5 |
Component: | css | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery: 1.4.4
Opera:
Version 10.63
Build 8450
Platform Mac OS X
System 10.6.5
test case:
Attachments (0)
Change History (6)
Changed December 24, 2010 09:26AM UTC by comment:1
Changed December 24, 2010 10:09AM UTC by comment:2
component: | unfiled → css |
---|---|
milestone: | 1.next → 1.4.5 |
priority: | undecided → blocker |
resolution: | → duplicate |
status: | new → closed |
Changed December 24, 2010 10:18AM UTC by comment:4
_comment0: | Sorry for dup. Didn't find #7508 → 1293186513777397 |
---|
Sorry for dup. Didn't find #7608
Changed January 31, 2011 05:53PM UTC by comment:5
version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
Changed January 31, 2011 05:54PM UTC by comment:6
milestone: | 1.4.5 → 1.5 |
---|
There was no 1.4.5 release, was actually 1.5.
FWIW, In Opera 11, the issue persists, but doesn't fail silently, it throws an error saying that the 'elem.runtimeStyle' cannot be converted to an object.