Bug 161273 - Konqueror's incremental search does not escape HTML tags
Summary: Konqueror's incremental search does not escape HTML tags
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 21:12 UTC by Pierre Bourdon
Modified: 2008-06-26 01:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Bourdon 2008-04-25 21:12:43 UTC
Version:            (using KDE 3.5.9)
Installed from:    Unlisted Binary Package
OS:                Linux

The konqueror 3.5.9 incremental search does not escape HTML tags, which make impossible for the user to search something containing for example < or & chars in the web page.

It is easy to reproduce, just type <b>foobar</b> in the incremental search, or <font size="20">foobar</font> ;) .
Comment 1 Anne-Marie Mahfouf 2008-04-25 21:22:05 UTC

*** This bug has been marked as a duplicate of 161274 ***
Comment 2 Anne-Marie Mahfouf 2008-04-25 21:22:45 UTC
sorry I messed
Comment 3 Florian Reinhard 2008-06-02 23:47:16 UTC
can't reproduce in kde-3.5.8 but on svn trunk r815560
Comment 4 Florian Reinhard 2008-06-03 00:02:09 UTC
ok, now i messed up :)

1. didn't know about that / - search function, shame on me.
2. both, 3.5.9 and svn trunk just don't show any html-tags in the bottom line.
3. svn trunk doesnt show the html-tags in the message window that informs you that <b>foo</b> could not be found, it just strips the html tag.
Comment 5 Maksim Orlovich 2008-06-26 01:19:14 UTC
SVN commit 824503 by orlovich:

Properly escape the query displayed in statusbar for incremental search
BUG:161273


 M  +6 -5      khtmlview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=824503