| Summary: | konqueror crash when I double click on td | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | PeBek <pebek2> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | html code | ||
Created attachment 17569 [details]
html code
Sory, konqueror crash on third click, but not on double clik. Can't reproduce on 3.5 SVN branch. Got a backtrace? |
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>