Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox 35.0 cutting off the title tooltip if text is long

Tags:

html

css

firefox

Title pretty much says it all.

If I have a title attribute with a long text in it (while the HTML element is truncated) the tooltip gets cut off. This happens only in Firefox (only tested version 35.0) from what I see.

Fiddle here: http://jsfiddle.net/7m58grkg/1/

Also a screenshot of the fiddle in firefox: http://i.imgur.com/mEyzssg.png

like image 974
Zubzob Avatar asked Sep 29 '22 23:09

Zubzob


1 Answers

I'm not sure if you can fix that in your (html/css) code. It's a known bug in Firefox. There is an Addon (Long Titles by Xavier Robin) that might fix that problem, but sadly only in the clients browser, which probably wont help you that much.

like image 67
MrMAG Avatar answered Oct 17 '22 00:10

MrMAG