Bug 313992

Summary: Information Panel shows <html>X items selected</html>
Product: [Applications] dolphin Reporter: bodertz
Component: panels: informationAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal Keywords: reproducible
Priority: NOR    
Version: 2.1.97   
Target Milestone: ---   
Platform: Chakra   
OS: Linux   
Latest Commit: Version Fixed In:

Description bodertz 2013-01-27 19:03:31 UTC
When multiple files are selected in Dolphin, the Information Panel surrounds the number of items selected with <html> and </html>.

Reproducible: Always

Steps to Reproduce:
1. Select multiple items in dolphin with the information panel visible.
Actual Results:  
Information Panel displays: ie. <html>40 items selected</html>

Expected Results:  
Information Panel should display: ie. 40 items selected
Comment 1 Frank Reininghaus 2013-01-27 19:05:11 UTC
Thanks for the bug report! A fix has already been found and will be applied soon:

https://git.reviewboard.kde.org/r/108584/
Comment 2 Weng Xuetian 2013-01-27 19:11:48 UTC
Git commit 8a97ca66adf46a61cabdb21fdbdd7fe18fa0755f by Weng Xuetian.
Committed on 25/01/2013 at 22:07.
Pushed by xuetianweng into branch 'KDE/4.10'.

escape the existing text instead of set to plain text

@info indicates it's rich text and will be added <html> tag by kdelibs,
so just escape the text that will be set to label for KDE/4.10

REVIEW: 108584

M  +2    -3    dolphin/src/panels/information/informationpanelcontent.cpp

http://commits.kde.org/kde-baseapps/8a97ca66adf46a61cabdb21fdbdd7fe18fa0755f