Skip to content

Unify the more actions kebab menu tooltip behavior

Sascha Eggenberger requested to merge more-actions-dropdown-tooltip into master

What does this MR do and why?

Unifies the more actions kebab menu tooltip behavior (& adds a tooltip when it was completely missing):

  • Shows the tooltip on :hover & :focus (tab)
  • Hides the tooltip once the menu is open
  • Adds a tooltip where it was missing
  • Renames the tooltip labels which are more generic from «Actions» to «More actions» to be more consistent

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Issues
issue_before issue_after
Epics
epic_before epic_after
MRs
mr_before mr_after
Wiki
wiki_before wiki_after
Project
project_before project_after
Branches
branches_before branches_after
Work items
task_before task_after
objective_before objective_after

Snippets will be done with !147518 (merged)

How to set up and validate locally

  1. Issue: http://gdk.test:3000/flightjs/Flight/-/issues/3
  2. Epic: http://gdk.test:3000/groups/flightjs/-/epics/5
  3. MR: http://gdk.test:3000/flightjs/Flight/-/merge_requests/4
  4. Wiki: http://gdk.test:3000/flightjs/Flight/-/wikis/home
  5. Project: http://gdk.test:3000/flightjs/Flight
  6. Branches: http://gdk.test:3000/flightjs/Flight/-/branches

Related to #425467 (closed)

Edited by Sascha Eggenberger

Merge request reports