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
Currently we are allowing all menu options for non-active tabs (tabs that are not selected). This leads to unwanted behaviour when the user tries to save a non-active tab as we are taking a screenshot of the layout but we cant take a screenshot of the tab that is not being displayed.
Work required
make "save layout" option disabled for non-active
check keyboard navigation doesnt allow selecting the disabled option
introduce concept of disabled options if not there yet
include tooltip for explaining why the option is disabled (good to have)
The text was updated successfully, but these errors were encountered:
Background
Currently we are allowing all menu options for non-active tabs (tabs that are not selected). This leads to unwanted behaviour when the user tries to save a non-active tab as we are taking a screenshot of the layout but we cant take a screenshot of the tab that is not being displayed.
Work required
The text was updated successfully, but these errors were encountered: