Skip to main content

Bug Tracker

Side navigation

#6020 closed bug (worksforme)

Opened February 03, 2010 05:25PM UTC

Closed February 03, 2010 07:42PM UTC

Change event not fired

Reported by: fireout Owned by: brandon
Priority: major Milestone: 1.4.2
Component: event Version: 1.4.1
Keywords: Cc:
Blocked by: Blocking:
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.

Attachments (0)
Change History (2)

Changed February 03, 2010 06:17PM UTC by fireout comment:1

More Info (sorry)

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

Changed February 03, 2010 07:42PM UTC by john comment:2

resolution: → worksforme
status: newclosed

This has already been fixed in trunk.