Skip to content

Conversation

@mmarkelov
Copy link
Contributor

@mmarkelov mmarkelov commented Oct 3, 2020

Fixes #2034. Fixes #2050.

Just find out that there is some problems with transition - adding some delay helped

@ljharb ljharb added the bug Oh no, something's broken :-( label Oct 3, 2020
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Is this already observable in tests or existing storybook examples?

@matejstrasek
Copy link

Would be great to merge this soon, can't use transition in iOS14 at the moment.

@erikt9
Copy link

erikt9 commented Oct 20, 2020

@ljharb

Is this already observable in tests or existing storybook examples?

#2034 has an animated gif showing the problem in react-date's storybook. I was able to reproduce the behavior shown with iOS / Safari 14.0.1

@ljharb ljharb force-pushed the Fix-ios14-navigation branch from 55d1b28 to 4bf7d09 Compare October 31, 2020 05:43
@ljharb ljharb changed the title Fix ios14 navigation [Fix] CalendarMonthGrid: Fix iOS 14 navigation Oct 31, 2020
@ljharb ljharb added the semver-patch: fixes/refactors/etc Anything that's not major or minor. label Oct 31, 2020
@ljharb ljharb merged commit 4bf7d09 into react-dates:master Oct 31, 2020
@BlairOu
Copy link

BlairOu commented Aug 4, 2021

Is the version that fixes this bug released ? I can’t find it

@BlairOu
Copy link

BlairOu commented Aug 4, 2021

I have add these code to fixed this bug, please see below, but I still find some problem that the animation is not smooth enough
:global(.CalendarMonthGrid__animating) { transition: transform 200ms ease-in-out 0.1s!important; }

@ljharb
Copy link
Member

ljharb commented Aug 4, 2021

No, it’s not. You can see that by clicking on the commit hash that closed the PR, and seeing there’s no release tags on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Oh no, something's broken :-( semver-patch: fixes/refactors/etc Anything that's not major or minor.

Projects

None yet

7 participants