Project

General

Profile

Actions

Bug #79977

closed

User item in toolbar is not usable without search

Added by Georg Ringer about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #79974: Global TYPO3 search does not work entirely without list viewClosed2017-02-23

Actions
Actions #1

Updated by Georg Ringer about 7 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Jasmina Ließmann about 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.

Actions #3

Updated by Christian Kuhn about 7 years ago

  • Status changed from Accepted to Resolved

this has been fixed with the patch for #79974

Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF