jquery-simulate icon indicating copy to clipboard operation
jquery-simulate copied to clipboard

Use `new MouseEvent()` when possible

Open scottgonzalez opened this issue 12 years ago • 2 comments

See http://trac.webkit.org/changeset/140657

scottgonzalez avatar Jan 24 '13 18:01 scottgonzalez

I tried implementing this and the QUnit tests fail due to a bug in PhantomJS. It turns out that it doesn't treat the new event constructors as actual constructors. See https://github.com/ariya/phantomjs/issues/11289 for details.

They marked it for milestone 2.0, so once that comes out I'll take another shot at it.

NiGhTTraX avatar Nov 16 '13 14:11 NiGhTTraX

Looks like PhantomJS 2.0 will take a least several more months. SlimerJS isn't much of an option either, since it doesn't run headless on Linux - we need that for Jenkins and Travis. And I really don't want to mess with xvfb again.

jzaefferer avatar Jan 13 '14 11:01 jzaefferer