Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new MouseEvent() when possible #10

Open
scottgonzalez opened this issue Jan 24, 2013 · 2 comments
Open

Use new MouseEvent() when possible #10

scottgonzalez opened this issue Jan 24, 2013 · 2 comments

Comments

@scottgonzalez
Copy link
Member

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

@NiGhTTraX
Copy link
Contributor

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 ariya/phantomjs#11289 for details.

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

@jzaefferer
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants