Bug 132258

Summary: visible entities (amp;) in article list tooltips
Product: [Frameworks and Libraries] kdelibs Reporter: Sven Fischer <sven>
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED WORKSFORME    
Severity: normal CC: andresbajotierra, viper.pro
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screenshot showing the problem

Description Sven Fischer 2006-08-11 14:41:43 UTC
Version:            (using KDE KDE 3.5.4)
Installed from:    Ubuntu Packages
OS:                Linux

In the RSS list display, if there is a title of entry containing the character entity &amp;, the entity is not displayed as the character &, but as the entity &amp; itself.
Comment 1 Sven Fischer 2006-08-11 14:43:54 UTC
Created attachment 17340 [details]
Screenshot showing the problem
Comment 2 Frank Osterfeld 2006-08-11 21:39:25 UTC
This seems to be general KListView or QListView problem. It also occurrs in KMail.
Comment 3 Bram Schoenmakers 2007-02-27 17:20:20 UTC
*** Bug 142106 has been marked as a duplicate of this bug. ***
Comment 4 Dario Andres 2009-05-01 21:45:30 UTC
Here using:

Qt: 4.5.1 (qt-copy  958974)
KDE: 4.2.71 (KDE 4.2.71 (KDE 4.3 >= 20090428))
kdelibs svn rev. 960693 / kdebase svn rev. 960693
on ArchLinux i686 - Kernel 2.6.29.1

I did a simple test, creating a KListWidget in Qt Designer and assigned to it some entries with "&" in the text and its tooltips and no one of it showed the entity "&amp;".

I'm going to try to test it with Akregator.
Comment 5 Dario Andres 2009-05-01 21:49:31 UTC
Akregator doesn't use tooltips anymore as it general layout changed. 
KMail with its new message list shows a mail subject with "&" properly in the tooltips (no entities...)
(recent Kdepim4.3trunk)

Marking as WORKSFORME