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

Test hangs if element scroll is fractional #882

Closed
AndreyBelym opened this issue Oct 17, 2016 · 3 comments
Closed

Test hangs if element scroll is fractional #882

AndreyBelym opened this issue Oct 17, 2016 · 3 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

@AndreyBelym
Copy link
Contributor

Move automation fall to an endless loop, because the target point coordinates will be fractional in this case, and we use integer coordinates for the pointer current position, so they will never be equal.

@AndreyBelym AndreyBelym added TYPE: bug The described behavior is considered as wrong (bug). AREA: client SYSTEM: automations BROWSER: Chrome labels Oct 17, 2016
@inikulin
Copy link
Contributor

@AndreyBelym Can you provide a test code please?

@AndreyBelym
Copy link
Contributor Author

AndreyBelym commented Oct 17, 2016

It's related to https://isc.devexpress.com/Thread/WorkplaceDetails/T432527, I'll post a regression test and the page for the test here.

@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
kirovboris pushed a commit to kirovboris/testcafe-phoenix that referenced this issue Dec 18, 2019
) (DevExpress#926)

* Round fractional scroll values on move and scroll (closes DevExpress#882)

* Fix test name and commit
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

3 participants