Bug Tracker

Modify

Ticket #6100 (closed bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

jQuery doesn't trigger change event in ie6 for file inputs.

Reported by: dchaplinsky Owned by:
Priority: Milestone: 1.4.2
Component: event Version: 1.4.1
Keywords: change, file input, ie6 Cc:
Blocking: Blocked by:

Description

With jQuery 1.4.1 I'm not able to track when change event occurs for file inputs (i.e when you selected file and closed file dialog). It occurs only when I'm clicking on file input once again.

1.3.2 doesn't have such bug.

I guess, problem is somewhere below this:

// change delegation, happens here so we have bind.
if ( !jQuery.support.changeBubbles ) {

At least, when I replacing

var formElems = /textarea|input|select/i;

with

var formElems = /textarea|select/i;

it works like a charm.

Change History

comment:1 Changed 3 years ago by john

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

This has already been fixed in jQuery 1.4.2.

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.