Actions
Bug #79977
closedUser item in toolbar is not usable without search
Start date:
2017-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
If the list module is not available, the search is not shown. See #79974 as requirement. The user toolbar item is too far right and therefore the logout button is not shown anymore.
Updated by Jasmina Ließmann over 7 years ago
The behavior affects all modules in the topbar, like 'Bookmarks' and 'Help'.
Suggestion:
If the 'live search' module is not available, <div class = "scaffold-toolbar t3js-scaffold-toolbar" (or alternatively <ul class = "toolbar-list" />), should get an extra class like "t3js-scaffold-without-search" to be addressed in the CSS.
After that, adding the following line in the file "./Build/Resources/Public/Less/Scaffold/_toolbar.less" is sufficient:
.t3js-scaffold-without-search .dropdown-menu {left: auto; right: 0;}
Unfortunately I don't know how to add this class to the toolbar.
Updated by Christian Kuhn over 7 years ago
- Status changed from Accepted to Resolved
this has been fixed with the patch for #79974
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions