Side navigation
#3449 closed bug (worksforme)
Opened October 04, 2008 08:21PM UTC
Closed April 22, 2009 02:54AM UTC
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.
Attachments (0)
Change History (1)
Changed April 22, 2009 02:54AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
This works for me with svn build of jQuery. Feel free to reopen if you have a specific, complete test case that still fails.