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

[Bug] Sticky rendering in Firefox #427

Closed
kelunik opened this issue Feb 24, 2020 · 3 comments
Closed

[Bug] Sticky rendering in Firefox #427

kelunik opened this issue Feb 24, 2020 · 3 comments
Labels

Comments

@kelunik
Copy link

kelunik commented Feb 24, 2020

Browser: Firefox (version)

Steps to reproduce

  • Focus date input
  • Scroll while keeping focus

Reproduction Link or Source Code

Expected behavior

  • Date dialog stays right below / above input field

vue2-datepicker-nonsticky

Actual behavior

  • Date dialog is displayed sticky and stays at a fixed position

vue2-datepicker-sticky

@kelunik
Copy link
Author

kelunik commented Feb 26, 2020

The cause for this seems to be that the scrolling element isn't body or html, but an inner div next to the popup. Not sure why it works in Chrome.

@mengxiong10
Copy link
Owner

v3.4.0 fixed it.

@kelunik
Copy link
Author

kelunik commented Mar 6, 2020

Fix confirmed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants