Bug 92726

Summary: konqueror crashes when style="inline" code is executed
Product: [Applications] konqueror Reporter: FELIX <kde-bugs>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description FELIX 2004-11-05 03:19:15 UTC
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
Comment 1 Tommi Tervo 2004-11-05 09:54:14 UTC

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