Bug 62148 - scrollbars flash on specific table configuration - testcase attached
Summary: scrollbars flash on specific table configuration - testcase attached
Status: RESOLVED DUPLICATE of bug 64924
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-05 04:20 UTC by Russell Miller
Modified: 2004-01-12 17:41 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 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 ***