Bug 92726 - konqueror crashes when style="inline" code is executed
Summary: konqueror crashes when style="inline" code is executed
Status: RESOLVED DUPLICATE of bug 86973
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-05 03:19 UTC by FELIX
Modified: 2004-11-05 09:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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