Zubzob
Zubzob

Reputation: 2743

Firefox 35.0 cutting off the title tooltip if text is long

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: https://i.sstatic.net/3hVOS.png

Upvotes: 5

Views: 2027

Answers (1)

MrMAG
MrMAG

Reputation: 1264

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.

Upvotes: 4

Related Questions