Bug 133284

Summary: konqueror crash when I double click on td
Product: [Applications] konqueror Reporter: PeBek <pebek2>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: html code

Description PeBek 2006-08-30 18:30:06 UTC
Version:           3.5.2 (using KDE 3.5.2, Gentoo)
Compiler:          gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
OS:                Linux (i686) release 2.6.17-gentoo-r5

When I double click on td, konqueror crash.

style:
<style type="text/css">

.test {
	color: red;
}

.test:before {
	content: "* ";
	color: red;
}
</style>

html code:

<table><tbody>
<tr><td class="test">Red text</td></tr>
</tbody></table>
Comment 1 PeBek 2006-08-30 18:31:44 UTC
Created attachment 17569 [details]
html code
Comment 2 PeBek 2006-08-30 18:36:38 UTC
Sory, konqueror crash on third click, but not on double clik.
Comment 3 Andreas Kling 2006-08-30 20:15:43 UTC
Can't reproduce on 3.5 SVN branch. Got a backtrace?
Comment 4 Tommi Tervo 2006-08-30 22:50:39 UTC

*** This bug has been marked as a duplicate of 95319 ***