question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tippy does not work in Firefox, MYBB

See original GitHub issue

Hi, I have a problem. I am using your lib in the MYBB forum system, in which it works perfectly in Google Chrome, but in Firefox latest version or (the newest version). It does not work for me but the weirdest thing is that it creates a tippy theme and it works for me, I leave images.

In google chrome, data-tippy

1

In Firefox, data-tippy

2

In Firefox, advanced JS, new tippy theme

3

That’s why it’s weird, because the tippy works in js. I mean, because it works in FIREFOX with this:

<style>
	.tippy-tooltip.New-theme {
		background-color: #ea8c00;
		max-width:800px;
	}
	
	.tippy-popper[x-placement^='right'] .tippy-tooltip.New-theme .tippy-arrow {
		  border-right: 8px solid #ea8c00;
		  border-top: 8px solid transparent;
		  border-bottom: 8px solid transparent;
	}
</style>


<script>
	tippy('.tooltip8k', {
	content: "{$forum['description']}",
  	delay: 100,
  	arrow: true,
  	arrowType: 'sharp',
  	size: 'small',
  	duration: 500,
  	placement: 'right',
	theme: 'New'

})
</script>

I really do not know why it does not work. I have entered its official site in firefox and it works for me, I also enter the codepen in firefox and it also works for me. Is there something that interferes? I comment for the second time I am using the MYBB forum system. Thanks and regards.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
atomikscommented, Oct 17, 2018

If you have an inline script, you will need to move the CDN script to the bottom of the <body> before that inline script, instead of using a defer attribute in <head>. The error should say lowercase tippy though…

0reactions
KeteThemecommented, Oct 17, 2018

yes is tippy, that is to say in lowecase. Thanks, now it works for me, thanks for tippy! Greetings brother from Venezuela!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltips not working in FF 24, 25 & 26 | Firefox Support Forum
I have tried installing FF 24, 25 and 26. In all cases I have a very simple HTML page that has a title='bookmarks'...
Read more >
Untitled
Expanding thumbnails html, 502 server error youtube, Andrei penu, ... Mairie romainville service logement, Mybb friendly redirect pages, Pe 64287, ...
Read more >
Untitled
Mdrc new york city, Gorpils lozenges, Does malic acid have any side effects, ... Hp 6560b keyboard not working, Flippen united methodist church, ......
Read more >
Untitled
Steve jobs imdb 2013, T mckay, Rc6 ir remote code, Longwitton railway ... Dorsey bod st louis, Chocolate cine kinki gil carretero 1980,...
Read more >
Why tippyjs cursor pointer and click is not working as expected
From https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events ... _tippy; var id = tip.id; setTimeout(function() { $('#tippy-' + id ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found