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

ExpressionEditor loses value when user resizes browser window #16127

Closed
gusaiani opened this issue May 18, 2021 · 1 comment
Closed

ExpressionEditor loses value when user resizes browser window #16127

gusaiani opened this issue May 18, 2021 · 1 comment
Assignees
Labels
Priority:P3 Cosmetic bugs, minor bugs with a clear workaround Querying/Notebook Items specific to the Custom/Notebook query builder .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects
Milestone

Comments

@gusaiani
Copy link
Contributor

To Reproduce

Steps to reproduce the behavior:

  1. Open orders table from a custom question
  2. Click on the small grid icon to create custom column
  3. Modal will appear and "Field formula" is contenteditable field
  4. Type 1+1 (without spaces) as a field formula
  5. Click on the description field (notice 1+1 got formatted as 1 + 1) and type "Math" as description
  6. Resize the window or open the dev tools
  7. All your changes are now gone

Expected behavior

Both inputs' values be preserved when window is resized.

Screenshot:

For more information:

See #15734 for related issues and links to adjacent fixes.

@gusaiani gusaiani added Type:Bug Product defects .Needs Triage labels May 18, 2021
@gusaiani gusaiani self-assigned this May 18, 2021
@flamber flamber added Priority:P3 Cosmetic bugs, minor bugs with a clear workaround Querying/Notebook Items specific to the Custom/Notebook query builder and removed .Needs Triage labels May 18, 2021
@nemanjaglumac nemanjaglumac added the .Reproduced Issues reproduced in test (usually Cypress) label May 18, 2021
@flamber
Copy link
Contributor

flamber commented May 20, 2021

Fixed by #16157

This was referenced May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:P3 Cosmetic bugs, minor bugs with a clear workaround Querying/Notebook Items specific to the Custom/Notebook query builder .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects
Projects
None yet
Development

No branches or pull requests

3 participants