Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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.
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.