Closed (fixed)
Project:
Domain User Default
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 00:23 UTC
Updated:
10 Jan 2011 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
adamdicarlo commentedI think the problem involves event propogation/bubbling being weird/broken in IE -- the <form> element itself never gets its change handler triggered!
Here's a patch that resolves this problem.
Comment #2
jhedstromThanks! Committed.