| Summary: | konqueror crashes when style="inline" code is executed | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | FELIX <kde-bugs> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Version: (using KDE KDE 3.3.1) Installed from: Compiled From Sources Compiler: gcc-3.3.3 OS: Linux when following code is executed in konqueror, application crashed: <html> <head> <script> function sendSelectedValues() { document.getElementsByTagName("body")[0].style.display = "inline"; } </script> </head> <body> <table> <tr> <td> <a href="javascript:sendSelectedValues()">crunch</a> </td> </tr> </table> </body> </html> no clue, no clue