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

BDatepicker freezes when operated with up/down key #43

Closed
kikuomax opened this issue Aug 25, 2023 · 2 comments
Closed

BDatepicker freezes when operated with up/down key #43

kikuomax opened this issue Aug 25, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@kikuomax
Copy link
Collaborator

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

<b-datepicker inline></b-datepicker>

inline attribute is not required to reproduce but makes testing easier.

  1. Click on a date
  2. Move the focus outside the calendar page with up or down key

Expected behavior

The next or previous calendar page is shown.

Actual behavior

The browser tab is frozen.

@kikuomax kikuomax added the bug Something isn't working label Aug 25, 2023
@kikuomax
Copy link
Collaborator Author

This bug is not unique to buefy-next:

kikuomax added a commit to kikuomax/buefy that referenced this issue Jan 10, 2024
- 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
kikuomax added a commit to kikuomax/buefy that referenced this issue Feb 11, 2024
- 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
kikuomax added a commit that referenced this issue Feb 12, 2024
- 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
@kikuomax
Copy link
Collaborator Author

This should have been fixed by #192.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant