Skip to content

Vulnerability status dropdown actions should not scroll

Summary

When a user opens the status dropdown, the confirmation and cancel actions are hidden which leads to confusion as to why the status has not changed.

Steps to reproduce

  • Open a vulnerability
  • Attempt to change the status of the vulnerability
  • Observe

Example Project

What is the current bug behavior?

Screen_Shot_2021-02-08_at_3.15.34_PM

Additionally, observed in a customer call, the buttons were completely hidden from view and they thought we had a bug where the status change was not saving.

What is the expected correct behavior?

The confirmation and cancel buttons in the dropdown are static and do not scroll with the rest of the dropdown content

Relevant logs and/or screenshots

Output of checks

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