Bug 159137 - Konqueror crashes or hangs on www.gme.cz
Summary: Konqueror crashes or hangs on www.gme.cz
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 3.5
Platform: Slackware Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 14:26 UTC by Ondrej Zary
Modified: 2008-09-08 22:29 UTC (History)
1 user (show)

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 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!