calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 480 forks source link

Interactive Tooltips Not Working on Firefox Quantum #753

Closed tubbo closed 5 years ago

tubbo commented 5 years ago

I'm having an issue while using tooltipster with the following data-tooltip configuration:

{  "menu":true,
  "content_id":"#user_menu",
  "interactive":true,
  "arrow":false,
  "distance":0,
  "multiple":false,
  "trigger":"hover",
  "allow_click":true
}

Here's what is happening:

interactive-tooltip-issue

Basically, I can't click into any tooltip that has "interactive": true set on it when ysing the most up-to-date version of Firefox Quantum (as of this writing, 63.0b13 (64-bit)). I have not noticed this issue on any other browser other than Quantum, not even stable Firefox.

Let me know if you need any other information. Thanks!

louisameline commented 5 years ago

Hello, looks like the click on the select can't be caught and closes the tooltip or something like that. This should be reported to the Firefox team, I don't think there are any issues with Tooltipster. Thank you

tubbo commented 5 years ago

Reported to Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1504799

louisameline commented 5 years ago

Your report is not detailed and doesn't state what exactly goes wrong. They'll probably close it until you can be more specific. They won't bother install Tooltipster and investigate on what's happening.

tubbo commented 5 years ago

I'll try to put together a proof-of-concept without using Tooltipster