-
Notifications
You must be signed in to change notification settings - Fork 672
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 not working while page is blocked? #2325
Comments
Hi, I've tried to reproduce your scenario on the provided page (https://www.boxfactura.com/pulltorefresh.js/demos/trigger.html). |
The library We've updated the page, it was missing the Adding this plugin is not part of PTR itself, but it allows us to demonstrate the behavior to users using desktop browsers. My task is adding some e2e tests to that library, so we can ensure their behavior but I was not able to use |
I've reproduced the described behavior. It looks incorrect, so I need additional time to analyze it. |
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. |
…Express#2325) (DevExpress#2353) * [WIP]add support of event.screenX and event.screenY properties * fix ugly code * rewrite tests * skip in mobile browsers * fix obj is null problem * remove functional test
Are you requesting a feature or reporting a bug?
I'm not sure if this is a missing feature, or actually a bug...
What is the current behavior?
I've been able to simulate touch gestures using
hammer-touchemulator
here: https://www.boxfactura.com/pulltorefresh.js/demos/trigger.htmlWith that enabled the demo page is also working on desktop browsers.
What is the expected behavior?
I expect my tests run with this page the same way.
How would you reproduce the current behavior (if this is a bug)?
First try to move the trigger to enable the PTR, it'll work.
Now, run the test below to drag the same trigger.
Also I noticed that running the same test with
-d
enabled, and then unlocking the page, allowed me to pull the trigger as usual...Provide the test code and the tested page URL (if applicable)
Tested page URL: https://www.boxfactura.com/pulltorefresh.js/demos/trigger.html
Test code
I'm doing wrong or there's a preferred way to perform this kind of test?
Specify your
The text was updated successfully, but these errors were encountered: