Ticket #2529442 (closed defect)
Reporterglob.com.au |
Opened: 05/13/11 Last modified: 05/18/11 Status: closed Type: defect Resolution: invalid |
Owner Luke Smith |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Manually triggered events are not fired on IE9 (works in compatibility mode) | ||
| Description: | If you manually trigger an event on IE9 via var evt = document.createEventObject(); the listeners are not triggered. The works in older versions of IE, and also works in IE9 when IE8 compatibility mode is forced. |
||
| Type: | defect | Observed in Version: | 2.9.0 |
| Component: | Event | Severity: | S2 (high) |
| Assigned To: | Luke Smith | Target Release: | |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | IE 9.x | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 05/16/11
|
|
Posted: 05/18/11
|
You're referring to a DOM method that was changed to match W3C spec in version 9. Use the event-simulate or event-node-simulate module to call whichever method is appropriate for the given browser. E.g.