Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D deichman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • digibib
  • deichman
  • Merge requests
  • !555

DEICH-6199 - Fixed issue with history navigation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tom Adam requested to merge DEICH-6199-hide-search-all-button into master Mar 17, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

An issue was found related to moving back in history: the [Utforsk alle bøker og medier] button did n ot show up. In addition, the button for normal search has disappeared right away before the autocomplete list was displayed.

To overcome these issues the Header component is listening to dropdownShowing callbacks, which originates from the CommandSearch or Autocomplete components.

To guarantee correct functioning of CommandSearch, the component must always be part of the REACT dom, so that it can notify Search->Header as its dropdown is hidden.

Closes DEICH-6199

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: DEICH-6199-hide-search-all-button