Summary: | Subject line tooltips try to interpret HTML. | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Michael Pyne <mpyne> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.8.90 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
approach to fix the tooltips once kdelibs is fixed
approach to fix the tooltips once kdelibs is fixed |
Description
Michael Pyne
2005-08-19 00:17:23 UTC
Due to a missing part in kdelibs, it's not possible for me to implement a fix before at least KDE 4. AFAICT there is currently no way to intercept the determination of the text to be used in the tooltip. Created attachment 12272 [details]
approach to fix the tooltips once kdelibs is fixed
The patch contains an approach to fix that issue. Howver, currently as of KDE
3.5 the tooltip() method is actually never called and
KListView::Tooltip::maybeTip() contains simply a FIXME. KDE 4 might bring a
solution for that.
Created attachment 12273 [details]
approach to fix the tooltips once kdelibs is fixed
The patch contains an approach to fix that issue. Howver, currently as of KDE
3.5 the tooltip() method is actually never called and
KListView::Tooltip::maybeTip() contains simply a FIXME. KDE 4 might bring a
solution for that.
52223 is similar and also contains patch |