elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[UI Actions] On Firefox Drilldown text is missing underline hover #105664

Closed alisonelizabeth closed 8 months ago

alisonelizabeth commented 3 years ago

Kibana version: 7.14

Describe the bug: On Firefox, the name of a url drilldown is sometimes cut off and the underline hover is missing. Not sure if this is a EUI bug, or specific to the dropdown in Dashboard.

Steps to reproduce:

  1. Using Firefox, go to Dashboard and create a visualization.
  2. Create a URL drilldown.
  3. Test the drilldown and note the text is cutoff and the underline hover is missing.

Behavior on Firefox: firefox_url_drilldown

Behavior on Chrome (correct): chrome_url_drilldown

elasticmachine commented 3 years ago

Pinging @elastic/kibana-presentation (Team:Presentation)

ThomThomson commented 1 year ago

Was able to reproduce this. The text is no longer cut off, but the underline is still missing. Checked in the code and it looks like this is happening in the ui_actions plugin owned by @elastic/appex-sharedux so reassigning over there.

Dosant commented 8 months ago

but the underline is still missing

there are no custom css overrides, the component is from EUI. reproduced the same behavior in their example https://eui.elastic.co/#/navigation/context-menu - in Firefox there is no underline when item is a a[href]. will create an issue - https://github.com/elastic/eui/issues/7429

Dosant commented 8 months ago

should be fixed with https://github.com/elastic/kibana/pull/173569