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

Popper briefly flickers in top left on initial show if no animation is used #95

Closed
kybishop opened this issue Dec 2, 2017 · 0 comments · Fixed by #97
Closed

Popper briefly flickers in top left on initial show if no animation is used #95

kybishop opened this issue Dec 2, 2017 · 0 comments · Fixed by #97

Comments

@kybishop
Copy link
Collaborator

kybishop commented Dec 2, 2017

sigh This is because we're placing the popper in the top left to avoid initial positioning errors that would place the popper outside of the screen. The issue was hidden from me because I've always been using animations, which typically keep the popper invisible to the human eye until it has already been positioned appropriately.

I have a workaround in mind that uses visibility: hidden until the popper's first correct placement.

Temporary workaround: use the fade animation with a super short showDuration... just long enough to hide it for that initial flicker.

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 a pull request may close this issue.

1 participant