Wrong Coordinate Handling

Open
#1,840 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
52/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
android, java
Domain
mobile, testing

Research direction

Open androidx/test/espresso/action/MotionEvents.java at the linked line and inspect how the first coordinate values are assigned. Correct the x-coordinate to use coordinates[0] rather than coordinates[1], then verify the resulting motion-event coordinates with the relevant Espresso tests.

Written by the indexing model from the issue text.

Description

Dominant language
Java
Stars
1.2k
Forks
342
Avg merge
1d 14h
Merged PRs (30d)
5

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from android/android-test

All issues in android/android-test

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.