Actions
Bug #94891
closedContext menu has several visibility flaws
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2021-08-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The context menu in the backend has some flaws regarding visibility as listed:
- The skeleton itself created on the first invocation is not hidden which may cause issues in acceptance tests
- Context menus hide after 500ms when the user moves the mouse of its boundaries. If a new context menu is created within these 500ms, the new menu is destroyed as well
- When opening a submenu and navigating within that menu may close the parent menu
Actions