Bug 133284 - konqueror crash when I double click on td
Summary: konqueror crash when I double click on td
Status: RESOLVED DUPLICATE of bug 95319
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 18:30 UTC by PeBek
Modified: 2006-08-30 22:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
html code (577 bytes, text/html)
2006-08-30 18:31 UTC, PeBek
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***