Kyle Tsang

Results 135 comments of Kyle Tsang

> Ok, the mentioned repo is not perfect to reproduce the issue, because it doesn't open the dialog automatically on navigation , only if logged in... If necessary, I can...

@phev8 where can I enable animations on the modal? I don't see any knobs or props I can modify on the dialog. I currently see modals with no animation

Thanks, can confirm I see the behavior. Interestingly, I'm not getting animations on Windows, but I can see it on a mac.

Looks like the `display: block` style isn't persisting, but I haven't determined why yet. This is normally set here: https://github.com/react-bootstrap/react-bootstrap/blob/9345f1c3ed4c3d9575621b4178a3c8417f4131fa/src/Modal.tsx#L400-L403 This issue could be worked around by running that same...

Same as #5409. Need to clear react-overlays from node_modules, delete package/yarn lock files, then reinstall packages.

Can you check what version of react-overlays is being installed in your node_modules folder? Should be 4.1.1

Ugh... sounds like the workaround didn't work for ie

Looks like a Safari-specific issue. Some browsers set focus to the button element when triggering the modal, so that when the modal is closed, focus is restored to the button....

Collapse is available: https://react-bootstrap.github.io/utilities/transitions/#collapse I think it should work? Haven't tested it myself though

Do you have a custom duration for the transition animation? I think that in the case the listener misses the event somehow, the code inside `transitionEnd` would still fire an...