Modify ↓
Ticket #7838 (closed bug: duplicate)
$(elem).width() silently fails in opera on element with style = "width: 0%"
| Reported by: | yury.korolev@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.5 |
| Component: | css | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 2 years ago by jitter
- Priority changed from undecided to blocker
- Resolution set to duplicate
- Status changed from new to closed
- Component changed from unfiled to css
- Milestone changed from 1.next to 1.4.5
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.