On Monday, June 08, 2015 14:38:42 Jason L Tibbitts III wrote: > >>>>> "SK" == Sebastian Kügler <se...@kde.org> writes: > SK> You can port it to QML, make it a plasmoid and use a custom QML item > SK> to display the tooltip. > > I don't really think "rewrite the entire application" qualifies as a > workaround. Can I take it that the documented functionality of tooltips > has changed to no longer allow the HTML subset it previously allowed? > If so I'll just have to drop the rich tooltips. Not a huge deal, but > unfortunate.
It's not a workaround, it's the proper way of doing it. KStatusNotifier is a very high-level API, which doesn't support HTML tooltips on Plasma. For more complex usecases, such as the custom tooltip layout you're trying, QML is the tool of choice in Plasma, not HTML. The workaround here is that you're using HTML, not the other way around. :) Cheers, -- sebas Sebastian Kügler | http://vizZzion.org | http://kde.org >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<