Bug 66236 - overflow: auto/scroll doesnt work
Summary: overflow: auto/scroll doesnt work
Status: RESOLVED DUPLICATE of bug 11336
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 17:27 UTC by _
Modified: 2004-02-23 05:46 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 _ 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).