Bug Tracker

Modify

Ticket #6020 (closed bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

Change event not fired

Reported by: fireout Owned by: brandon
Priority: major Milestone: 1.4.2
Component: event Version: 1.4.1
Keywords: Cc:
Blocking: Blocked by:

Description

I'm having this problem with IE but not Firefox ...

<script type="text/javascript">

$(document).ready(function() {

$('#test').change(function(e) { alert($(this).val()); });

});

</script>

...

<input id="test" />

...

Change event doesn't fire on IE.

I changed the code locally: line 2218:

if (val === data) {

removed the data === undefined

Not sure this is the best way to fix it.

Change History

comment:1 Changed 3 years ago by fireout

More Info (sorry)

I'm using Ie8, Tried with Compatibility View, Same thing

comment:2 Changed 3 years ago by john

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

This has already been fixed in trunk.

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.