appsmith
appsmith copied to clipboard
[Bug]: Widget re-renders after rename
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
Widget reappears when it's renamed which shouldn't happen, this act of 're-appearing' is minimally noticeable on smaller widgets but is obvious on a larger widget
Steps To Reproduce
- drop a couple of widgets on the anvil DP
- rename smaller widgets and notice a the widget's render and reappear on the canvas
- rename a large section widget and notice this 're-appearing' event be more obvious
Public Sample App
No response
Environment
Deploy Preview
Severity
Medium (Frustrating UX)
Issue video log
https://www.loom.com/share/93985abe9a654a19a6f17bc78f776f1b
Version
cloud
@ramsaptami this looks like a platform issue because we use a separate api to update widgets and queries,actions,js objects when a widget is renamed. The same issue is seen with Fixed layout as well. cc: @somangshu
can we avoid visual distortion when refactoring @marks0351?