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>
www.gme.cz indeed segfaults for me but your test.html is OK, it does not crash nor segfault.
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.
Thanks for the testcase..
Is this going to be fixed sometimes?
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!