-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Flexible Layout]: Layout orientation and frame visibility don't update until save and renav #6942
Closed
3 of 7 tasks
Labels
Milestone
Comments
15 tasks
Testing Instructions
|
ozyx
added a commit
that referenced
this issue
Aug 16, 2023
…ely in the view (#6943) * fix: restore reactivity of config settings - move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments * refactor: clean up * refactor: clean up * refactor: lint:fix * test(e2e): add regression test and cleanup suite * refactor: consistency is key! * test(fix): fix unit tests, further cleanup
ozyx
added a commit
that referenced
this issue
Aug 16, 2023
…ns reflects immediately in the view * fix: restore reactivity of config settings - move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments * refactor: clean up * refactor: clean up * refactor: lint:fix * test(e2e): add regression test and cleanup suite * refactor: consistency is key! * test(fix): fix unit tests, further cleanup
unlikelyzero
pushed a commit
that referenced
this issue
Aug 16, 2023
…ns reflects immediately in the view (#6945) * fix: restore reactivity of config settings - move initialization steps to `created()` hook - remove unnecessary `:key` binds - fix comments * refactor: clean up * refactor: clean up * refactor: lint:fix * test(e2e): add regression test and cleanup suite * refactor: consistency is key! * test(fix): fix unit tests, further cleanup
Verified Testathon 8/22/23 |
Verified fixed Testathon 2023-08-22. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When editing the row / column orientation of a flexible layout OR the frame visibility of an individual frame in a flexible layout, the changes are not immediately represented in the view until the user saves the object and navs away/ back again.
Expected vs Current Behavior
The view should update immediately to show the changes while still in edit mode and without renav.
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: