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

Dialog - Fix Unimplemented TransitionEnd Event #2299

Merged
merged 4 commits into from
Feb 15, 2022

Conversation

bartoszlorek
Copy link
Contributor

@bartoszlorek bartoszlorek commented Feb 14, 2022

Currently both onEntryTransitionEnd and onExitTransitionEnd callbacks aren't fired when environment doesn't support transition events, e.g. the JSDOM. It requires additional mocking in every test which is not obvious. Furthermore, it doesn't work in older browsers (minor).

Comment on lines -77 to -79
wrapper.find('[role="dialog"]').simulate('transitionEnd', {
propertyName: 'transform',
});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

...and the simulation is no longer needed to just open/close a dialog.

Copy link
Contributor

@coderitual coderitual left a comment

Choose a reason for hiding this comment

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

Great, thx @bartoszlorek

@bartoszlorek bartoszlorek merged commit 696e4a4 into master Feb 15, 2022
@bartoszlorek bartoszlorek deleted the dialog-fix-unimplemented-transition-end-event branch February 15, 2022 13:21
@bartoszlorek bartoszlorek mentioned this pull request Feb 15, 2022
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.

None yet

3 participants