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
Updated by Gerrit Code Review over 3 years ago
- Status changed from In Progress to Under Review
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70592
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70592
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70730
Updated by Andreas Fernandez about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9ba620f38b2247c552e5d3fea3cc5c0c830dafc.
Updated by Andreas Kienast almost 3 years ago
- Related to Bug #96105: Context menu does not hide if cursor is moving added
Actions