Skip to content

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Jul 29, 2020

Follow-up to #19483.
This adds all supported React events to the suite.

Also took the opportunity to alphabetize them.

Two events appear regressed: onGotPointerCapture and onLostPointerCapture. Likely because Capture is part of their DOM name, so our heuristic for the capture phase listeners fails.

I'll send a separate fix but for now I'm checking in their tests as skipped.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 29, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 809da26:

Sandbox Source
React Configuration

@sizebot
Copy link

sizebot commented Jul 29, 2020

No significant bundle size changes to report.

Size changes (stable)

Generated by 🚫 dangerJS against 809da26

@sizebot
Copy link

sizebot commented Jul 29, 2020

No significant bundle size changes to report.

Size changes (experimental)

Generated by 🚫 dangerJS against 809da26

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Jul 29, 2020
Copy link
Contributor

@trueadm trueadm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff. Glad you caught a regression here too!

@gaearon gaearon merged commit 291db05 into facebook:master Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants