dispatchEvent not preforming event, but returns true
问题 On MDC's site they have a cool demo of dispatchEvent that works fine in my chrome 15. I'm trying to take an event object and pass it into dispatchEvent, and have set up a simple case here where you record events as an array then will replay them. In essence, I set up a window listener for click, and then preform window.dispatchEvent(recordedEvent) . I'm unable to determine why my event object from the event listener will not preform the same way as the event from initMouseEvent in the MDC