Two tooltips on webpage, one default, one formatted with css

Created on 12 May 2023, over 1 year ago
Updated 1 December 2023, about 1 year ago

Problem

There are two tooltips on my webpage, one default, one formatted with css. I cannot make the default one disappear.
Check the link with tooltip here https://filosofica.ro/categorii/1.1-2 (look for the word "Ὁμώνυμα")

🐛 Bug report
Status

Closed: cannot reproduce

Version

3.0

Component

Code

Created by

🇷🇴Romania ViA23

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ViA23
  • 🇬🇧United Kingdom jacobupal Leeds

    I have temporarily addressed this by editing glossify-link-html.twig and glossify-link-html.twig and replacing 'title=' with 'data-definition=' but this does mean there's no fallback browser tooltip if the css doesn't load.

  • Status changed to Closed: cannot reproduce about 1 year ago
  • 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe

    Please reopen when you are able to provide more details.

  • 🇬🇧United Kingdom jacobupal Leeds

    I believe the OP was having an issue in their theming, where they were providing a tooltip using css, while the title attribute in the markup means the browser provides a tooltip too. Hence two tooltips.

    My suggestion above fixes this, they simply have to use the 'data-definition=' attribute instead of 'title=' and the browser tooltip will be no more.

Production build 0.71.5 2024