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
A tab container configured to allow deselection of all tabs, and in conflict with the help text, starts with the first tab selected, rather than no tab selected, if current_tab is set to -1.
The in-editor representation works as expected once, but not across editor restarts.
I suspect this is a problem in serializing the value, reloading the editor will result in the value being set to 0 instead of -1.
Steps to reproduce
Open MRP.
observe: first tab is selected (should be not selected)
observe: current_tab is 0 (and shows "rever to default" arrow)