Bug 66236

Summary: overflow: auto/scroll doesnt work
Product: [Applications] konqueror Reporter: _ <praseodym+kdebugzilla>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description _ 2003-10-19 17:27:54 UTC
Version:           4.0 (using KDE 3.1.4)
Installed from:    compiled sources
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.4.22.2-mark-athlon-

sorry if this is a duplicate, but all other reports were marked as fixed/closed.

my problem: in css, overflow: auto of overflow: scroll doesnt work.
sample code:
<p style="overflow: auto">
putsomeverylongunspacedtextinhereforexamplecopythispartoftextsometimesuntilitreachestheendofyourscreen
</p>

In mozilla it _does_ work.

I really need this to work, it's urgent even.
Comment 1 Maksim Orlovich 2003-10-19 17:43:39 UTC
AFAIK, most of the bits for the support are in CVS HEAD, but it doesn't quite work yet.


*** This bug has been marked as a duplicate of 11336 ***
Comment 2 _ 2003-10-19 19:40:59 UTC
So this bug is open for 3 years already? ...
Comment 3 Nicolas Laplante 2004-01-19 07:05:03 UTC
I'm using KDE CVS HEAD (3.1.94 (CVS >= 20031206)). The "overflow: scroll" CSS property seems to work but I have a litle JavaScript that shows and updates the time each second in a defined element (<span id="timedisplay">[here comes the time]</span>). As soon as the first timeout starts (each second), the scrollbar of the overflow'ed <div> disappears and the layer isn't scrollable no more.

Here's the site which shows this problem:

http://www.art-team.ca/n.laplante

You'll notice that the scrollbar disappears as soon as the JavaScript-generated time string appears in the upper-right corner, below the menubar.
Comment 4 Nicolas Laplante 2004-02-23 05:46:00 UTC
This problem even shows up in konqueror 3.2.0 (KDE 3.2.0).