I've attached a reduced test case. In the onclick handler a new `<a>` element is created and a new event is dispatched with `createEvent, initMouseEvent, dispatchEvent`. The original event has `preventDefault()`. Looks like this way of dispatching events in combination with Command key is not working in Firefox, but works in Chrome.
Bug 1739929 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I've attached a reduced test case. In the onclick handler a new `<a>` element is created and a new event is dispatched on this element with `createEvent, initMouseEvent, dispatchEvent`. The original event has `preventDefault()`. Looks like this way of dispatching events in combination with Command key is not working in Firefox, but works in Chrome.