Bug Tracker

Modify

Ticket #3449 (closed bug: worksforme)

Opened 5 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by brandon

  • Status changed from new to closed
  • Resolution set to worksforme

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.