Bug #79977
closed
User item in toolbar is not usable without search
Added by Georg Ringer over 7 years ago.
Updated about 7 years ago.
Category:
Backend User Interface
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.
- Status changed from New to Accepted
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.
- Status changed from Accepted to Resolved
this has been fixed with the patch for #79974
- Status changed from Resolved to Closed
Also available in: Atom
PDF