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

Remove touchInputEnabled and pointerEventsEnabled #1585

Merged
merged 12 commits into from
Nov 25, 2024

Conversation

khaitruong922
Copy link

Fixes #466

Additional changes to #1576:

  • Remove duplicate event listeners.
  • Refactor MouseEvent into PointerEvent.
  • Simplify text scanner event listener logic and refactor typing.

@khaitruong922 khaitruong922 requested a review from a team as a code owner November 11, 2024 06:14
Copy link

github-actions bot commented Nov 11, 2024

Playwright test results

failed  1 failed
passed  4 passed

Details

stats  5 tests across 4 suites
duration  4 minutes, 42 seconds
commit  77edfc7

Failed tests

chromium › visual.spec.js › visual

@khaitruong922
Copy link
Author

click is triggering twice when switching from desktop to mobile mode on chrome dev tools

@khaitruong922 khaitruong922 marked this pull request as ready for review November 11, 2024 09:31
@Kuuuube
Copy link
Member

Kuuuube commented Nov 11, 2024

This will break touch tap.

Copy link

codspeed-hq bot commented Nov 11, 2024

CodSpeed Performance Report

Merging #1585 will degrade performances by 21.69%

Comparing khaitruong922:remove-input-events-options (2e88bdd) with master (77edfc7)

Summary

❌ 1 (👁 1) regressions
✅ 2 untouched benchmarks

Benchmarks breakdown

Benchmark master khaitruong922:remove-input-events-options Change
👁 japanese transformations-full (n=212) 48.4 ms 61.8 ms -21.69%

@jamesmaa jamesmaa added this pull request to the merge queue Nov 25, 2024
Merged via the queue into yomidevs:master with commit 095160e Nov 25, 2024
12 checks passed
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

Successfully merging this pull request may close these issues.

"Support inputs for devices with touch screens" option and related code should be removed
3 participants