Bug 139091 - Native overflow scroll inside a -webkit-column-count doesn't column properly
Summary: Native overflow scroll inside a -webkit-column-count doesn't column properly
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL: https://gist.github.com/gerardcobas/e...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-28 07:06 PST by Gerard Cobas
Modified: 2022-07-14 13:30 PDT (History)
1 user (show)

See Also:


Attachments
Scrolleable div inside a -webkit-column-count (1.93 KB, text/html)
2014-11-28 07:06 PST, Gerard Cobas
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gerard Cobas 2014-11-28 07:06:42 PST
Created attachment 242268 [details]
Scrolleable div inside a -webkit-column-count

Placing an overflow scroll element inside some content with -webkit-column-count > 1 doesn't change column if it doesn't fit on the first one.

However, this can be avoided using some hardware acceleration on the scroll element.

See attached for a quick demo.
Comment 1 Brent Fulgham 2022-07-14 13:30:25 PDT
Safari 15.5+ now handles this case properly.