Bug 219815 - "Search" entry in context menu mis-rendered for some text selections
Summary: "Search" entry in context menu mis-rendered for some text selections
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-23 12:16 UTC by Christoph Lange
Modified: 2009-12-23 22:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
the mis-rendered context menu (8.58 KB, image/png)
2009-12-23 12:17 UTC, Christoph Lange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Lange 2009-12-23 12:16:35 UTC
Version:            (using KDE 4.3.4)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.31-thinkpad
Installed from:    Gentoo Packages

On http://www.golem.de/0912/71996-8.html I selected some text starting from the section heading "Fazit", including some words of the following paragraph.  This caused the "search" entry in the context menu to be mis-rendered (see screenshot).  When I only select the heading, it looks OK.

The HTML source is:

<b>Fazit</b>
<BR><BR>
Google Wave ist kein …
Comment 1 Christoph Lange 2009-12-23 12:17:07 UTC
Created attachment 39283 [details]
the mis-rendered context menu
Comment 2 David Faure 2009-12-23 22:20:34 UTC
SVN commit 1065629 by dfaure:

Fix newline in menuitem when the selection contains a newline.
Also fixed in kwebkitpart in r1065622.
Fixed for: 4.4 rc1
BUG: 219815


 M  +5 -5      khtml_ext.cpp  
 M  +3 -1      khtml_ext.h  


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