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

cell.popup does not hide after cell editing finished #4591

Open
AkosSz opened this issue Oct 2, 2024 · 0 comments
Open

cell.popup does not hide after cell editing finished #4591

AkosSz opened this issue Oct 2, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@AkosSz
Copy link

AkosSz commented Oct 2, 2024

Describe the bug
Cells popup not closed after a blur event.

I am trying to visualize validation problems with cell.popup(). I show the popup on a validation error but it is not hideable after the error is corrected, and it stays visible until the first ESC, or the next cell selection.

Tabulator Info

  • 6.2.1

Working Example

To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:

  1. Try to enter an empty name -> Popup shows up
  2. Enter something to the name cell, and press enter -> validation gone, popup remains

Expected behavior
popup should hide on cell edit end, or cancel.

@AkosSz AkosSz added the Possible Bug A possible bug that needs investigation label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant