We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Buefy version: buefy-next (67ecf3a) Vuejs version: 3.3.4 OS/Browser: macOS/Safari, Chrome
<b-datepicker> freezes the entire browser tab when you try to move focus outside the calendar page with up or down key.
<b-datepicker>
<b-datepicker inline></b-datepicker>
inline attribute is not required to reproduce but makes testing easier.
inline
The next or previous calendar page is shown.
The browser tab is frozen.
The text was updated successfully, but these errors were encountered:
This bug is not unique to buefy-next:
Sorry, something went wrong.
fix: infinite loop on Datepicker (buefy#3877)
070d433
- Fixes the bug that `Datepicker` ended up with an infinite loop when a user tried to move focus onto an unselectable cell. Also related to ntohq#43
90f89f0
44cf759
- Fixes the bug that `Datepicker` ended up with an infinite loop when a user tried to move focus onto an unselectable cell. Also related to #43
This should have been fixed by #192.
No branches or pull requests
Overview of the problem
Buefy version: buefy-next (67ecf3a)
Vuejs version: 3.3.4
OS/Browser: macOS/Safari, Chrome
Description
<b-datepicker>
freezes the entire browser tab when you try to move focus outside the calendar page with up or down key.Steps to reproduce
inline
attribute is not required to reproduce but makes testing easier.Expected behavior
The next or previous calendar page is shown.
Actual behavior
The browser tab is frozen.
The text was updated successfully, but these errors were encountered: