Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tooltips in panels

Seems like tooltips that you get from attribute title="test" are not displayed inside the panel.

Tested also with stackoverflow loaded in the panel, no tooltips when you hover mouse over hot, week, month. But the custom tooltips work, e.g. when you hover over tags.

Is there a way to enable tooltips in Add-on SDK panels, or the only way is going custom tooltips?

like image 275
DoTheEvo Avatar asked May 19 '12 14:05

DoTheEvo


1 Answers

No, displaying tooltips for HTML elements requires special code in the browser. This code is there for the built-in browser but not for the browser that the SDK embeds in a panel. That's something that might be worth filing as an SDK bug but in the meantime - custom tooltips are the way to go.

like image 147
Wladimir Palant Avatar answered Sep 28 '22 00:09

Wladimir Palant