Cannot click on search bar drop down

Summary

When using the main search bar in GitLab, the user cannot click on the result they want. When you click on the result you want, the search drop down goes away. It can be navigated to by using the arrow keys.

Steps to reproduce

  1. Click on the search bar or type /
  2. Type in your search. IE "ansible"
  3. Click on the item of interest

Example Project

This issue is for all projects in gitlab.com

What is the current bug behavior?

The search drop does not react to the click and send you to the result. Instead it disappears.

What is the expected correct behavior?

I would expect that when I click the result, it navigates to that results page.

Relevant logs and/or screenshots

image

Output of checks

This bug happens on GitLab.com /label reproduced on GitLab.com

Results of GitLab environment info

Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of:
`sudo gitlab-rake gitlab:env:info`)

(For installations from source run and paste the output of:
`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)

Results of GitLab application Check

Expand for output related to the GitLab application check

(For installations with omnibus-gitlab package run and paste the output of: sudo gitlab-rake gitlab:check SANITIZE=true)

(For installations from source run and paste the output of: sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)

(we will only investigate if the tests are passing)

Possible fixes