Bug 159137

Summary: Konqueror crashes or hangs on www.gme.cz
Product: [Applications] konqueror Reporter: Ondrej Zary <linux>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: crash CC: frank78ac
Priority: NOR    
Version: 3.5   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ondrej Zary 2008-03-11 14:26:45 UTC
Version:            (using KDE 3.5.9)
Installed from:    Slackware Packages
OS:                Linux

Konqeuror hangs or crashes with segfault at http://www.gme.cz

I stripped down the code to the following, which is enough to reproduce the bug:
<html>
   <head>
      <title>Konqueror hang bug</title>
   </head>

   <body>
      <form style="overflow:auto; width:302px">
         <span style="float:left; padding-left:32px; height:24px">
         <input style="margin-top: 7px; width:190px" type='text' />
         </span>
         <input type='submit' />
      </form>
   </body>
</html>
Comment 1 Anne-Marie Mahfouf 2008-03-11 14:58:26 UTC
www.gme.cz indeed segfaults for me but your test.html is OK, it does not crash nor segfault.
Comment 2 Ondrej Zary 2008-03-11 15:10:36 UTC
Changing the width: parameter of the form affects the behavior, which might also depend on desktop settings (e.g. scrollbar size). If you make width big enough so the text box and sumbit button fits on single line, it works correctly. You can decrease the width to the point when scrollbar almost touches the submit button. When you decrease it one pixel more, it crashes.
Comment 3 Maksim Orlovich 2008-03-11 18:24:50 UTC
Thanks for the testcase..
Comment 4 Ondrej Zary 2008-06-25 09:14:47 UTC
Is this going to be fixed sometimes?
Comment 5 Frank Reininghaus 2008-09-08 22:29:55 UTC
I can confirm that both the site and the testcase crash Konqueror 3.5.10. However, both work fine in Konqueror 4.1.1 and trunk rev. 858787. I'm afraid this is not going to be fixed in the 3.5.x series because the developers focus on KDE 4 now. Sorry!