Bug 62148

Summary: scrollbars flash on specific table configuration - testcase attached
Product: [Applications] konqueror Reporter: Russell Miller <rmiller>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Russell Miller 2003-08-05 04:20:45 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc-2.95 
OS:          Linux

Here is a simple 13 line testcase for the bug (please feel free to use www.duskglow.com/testcase.html for an example).

<html>
<body>
<table height="95%">
<tr>
</tr>
</table>

<table>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

You'll need to resize the browser down and then up, until the window is *just* too small for the tables.  It may take a few tries, but it will happen.  The scrollbars will begin to flash on and off as fast as the system will redraw them.  I suspect the browser is getting into an infinite loop of redrawing the content.

hope this helps.
Comment 1 Stephan Kulow 2004-01-12 17:41:43 UTC
please attach it at the dup

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