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

Touch events are incorrectly dispatched in Chrome 54 on a touch monitor #944

Closed
helen-dikareva opened this issue Nov 3, 2016 · 4 comments
Assignees
Labels
AREA: client BROWSER: Chrome !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: automations TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@helen-dikareva
Copy link
Collaborator

Are you requesting a feature or reporting a bug?

bug

What is the current behavior?

browser hangs on and error raised

What is the expected behavior?

dispatching without errors

How would you reproduce the current behavior (if this is a bug)?

run any test with mouse action (e.g. drag)

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

fixture `Example page`
    .page('https://google.ru');

test('Drag', async t => {
    await t.drag('#lst-ib', 50, 50);
});

Specify your

  • operating system:
    Window 10
  • testcafe version:
    0.10.0-rc1
  • node.js version:
    v4.4.7
@helen-dikareva helen-dikareva self-assigned this Nov 3, 2016
@helen-dikareva helen-dikareva changed the title Dispatching of touch events doesn't work in Chrome 54 Dispatching of touch events doesn't work in Chrome 54 on touch monitor Nov 3, 2016
@helen-dikareva helen-dikareva added this to the Sprint #2 milestone Nov 10, 2016
@helen-dikareva
Copy link
Collaborator Author

I'm working on it. DevExpress/testcafe-hammerhead#910

@helen-dikareva
Copy link
Collaborator Author

Wait for update Hammerhead version

@AlexanderMoskovkin
Copy link
Contributor

Fixed with DevExpress/testcafe-hammerhead@6d2da16

@MarinaRukavitsyna MarinaRukavitsyna changed the title Dispatching of touch events doesn't work in Chrome 54 on touch monitor Touch events are incorrectly dispatched in Chrome 54 on a touch monitor Nov 29, 2016
@lock
Copy link

lock bot commented Mar 29, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.

@lock lock bot added the STATE: Auto-locked An issue has been automatically locked by the Lock bot. label Mar 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
AREA: client BROWSER: Chrome !IMPORTANT! STATE: Auto-locked An issue has been automatically locked by the Lock bot. SYSTEM: automations TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
Development

No branches or pull requests

2 participants