Modify ↓
Ticket #3449 (closed bug: worksforme)
input elements in Opera sometime don’t give a .width()
| Reported by: | rahmcoff | Owned by: | brandon |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | dimensions | Version: | 1.2.6 |
| Keywords: | Opera | Cc: | |
| Blocking: | Blocked by: |
Description
When I use text input elements in Opera 9.52, it usually gives me 0 for width().
From dragonfly:
$('input').css('width')
"110px"
$('input').width()
0
Other types of input, like checkboxes and radio work fine.
Change History
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.

This works for me with svn build of jQuery. Feel free to reopen if you have a specific, complete test case that still fails.