Bug 127674 - "overflow: scroll" -> Widget Sometimes Displayed Outside Box
Summary: "overflow: scroll" -> Widget Sometimes Displayed Outside Box
Status: RESOLVED DUPLICATE of bug 117364
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-19 19:22 UTC by Sebastien
Modified: 2006-11-13 00:42 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 Sebastien 2006-05-19 19:22:17 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    SuSE RPMs

I'm referring to that screenshot:

http://slaout.linux62.org/kde-wishs/bug_konqueror_overflow_scroll.png

The big white box with a lot of checkboxes and scrollbars is defined by the following CSS:

.scrollableList {
    height: 250px;
    width: 200px;
    overflow: scroll;
    overflow-x: visible;
    background: white;
    border: 2px inset gray;
}

When scrolling quickly, sometimes one checkbox is "pushed outside of the scrollbox area"!

On the screenshot, I scrolled down and the checkbox for user "dialout" is displayed outside of the area.

It goes away when scrolling more, and this bug isn't always triggered!
Comment 1 Maksim Orlovich 2006-11-13 00:42:47 UTC

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