You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I select a block and activate one of the options in the ToolsPanel, the selected options don't persist if I then deselect the block or select another block. Once I re-select the first block the options needs to be activated again. This is also the case if a block is unintentionally deselected when trying to close the ToolsPanel menu, see issue #41546.
persist.mov
What is your proposed solution?
Selections in the ToolsPanel menu should persist. If an option is activated for a block, I expect that option to be active until I de-activate it.
The text was updated successfully, but these errors were encountered:
The issue described has come up previously in #41544. It is made a little worse by the way in which the panel's menu expands over the panel content generally as detailed in #41545.
The decision made on the original issue was that the impact of this, unfortunately, didn't warrant the greater complexity of tracking the unmounted component state.
With the current behaviour, if a user customises an item once selected, that control continues to display the next time the block is selected. An argument could also be made that if a user toggles an item on and decides against customizing it, they don't want it to show the next time the block is selected.
Perhaps we can keep this issue open for a week or two to see if there is a "wider concern" about the behaviour. If not, we might need to close it.
Thank you for taking time to explain and point to those issues I didn't managed to find.
Maybe then it would be better to focus on the issue in #41546. The combination of non-persistent menu options and the fact that it's quite easy to accidentally deselect the block while trying to close the menu is probably what causes most of the annoyance here.
What problem does this address?
If I select a block and activate one of the options in the ToolsPanel, the selected options don't persist if I then deselect the block or select another block. Once I re-select the first block the options needs to be activated again. This is also the case if a block is unintentionally deselected when trying to close the ToolsPanel menu, see issue #41546.
persist.mov
What is your proposed solution?
Selections in the ToolsPanel menu should persist. If an option is activated for a block, I expect that option to be active until I de-activate it.
The text was updated successfully, but these errors were encountered: