#7838 closed bug (duplicate)
$(elem).width() silently fails in opera on element with style = "width: 0%"
Reported by: | 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:
http://jsfiddle.net/GWRfX/1/
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → css |
---|---|
Milestone: | 1.next → 1.4.5 |
Priority: | undecided → blocker |
Resolution: | → duplicate |
Status: | new → closed |
comment:5 Changed 12 years ago by
Version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
comment:6 Changed 12 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
There was no 1.4.5 release, was actually 1.5.
Note: See
TracTickets for help on using
tickets.
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.