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] Cells will flash when updating values #164

Closed
decaf-dev opened this issue May 17, 2022 · 1 comment
Closed

[BUG] Cells will flash when updating values #164

decaf-dev opened this issue May 17, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@decaf-dev
Copy link
Owner

Describe the bug
When editing a cell, if you type and save the data (whether by clicking outside or by pressing enter) the cell will sometimes flash.

To Reproduce

  1. Click on a cell
  2. Type data (happens a lot on deleting data)
  3. Press enter

Expected behavior
No flashing

Using Mobile App?
No

Additional Information
It's flashing because the cell menu closes before it can update, so it briefly shows the old text and then shows the new text. It only happens periodically because it's some what asynchronous.

@decaf-dev decaf-dev added the bug Something isn't working label May 17, 2022
@decaf-dev
Copy link
Owner Author

decaf-dev commented May 23, 2022

Flashing also occurs when opening menus now. This is because the ref won't be set until the menu updates. This can be fixed by only opening the menu after the menu position has updated

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