Bug 164366 - REGRESSION (Safari 10): Scrolling not working inside height 100% table
Summary: REGRESSION (Safari 10): Scrolling not working inside height 100% table
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari 10
Hardware: Mac macOS 10.12
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-03 08:23 PDT by brett.postin
Modified: 2016-12-06 14:32 PST (History)
9 users (show)

See Also:


Attachments
Patch (4.51 KB, patch)
2016-12-06 14:22 PST, Dave Hyatt
no flags Details | Formatted Diff | Diff
Patch (4.72 KB, patch)
2016-12-06 14:26 PST, Dave Hyatt
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description brett.postin 2016-11-03 08:23:03 PDT
See this jsfiddle for a demonstration:

https://jsfiddle.net/poztin/z2bh145m/7/

The blue box should be scrollable. Collapse the window so that the red box overflows the container. 

In Chrome and Safari < 10 this works fine. In Safari 10 the blue container is no longer scrollable.
Comment 1 Simon Fraser (smfr) 2016-11-03 10:25:53 PDT
We should find the regression point.
Comment 2 Radar WebKit Bug Importer 2016-11-03 12:57:23 PDT
<rdar://problem/29095535>
Comment 3 Darin Adler 2016-11-05 12:56:41 PDT
In bug 151094, Alexey claims the cause was <http://trac.webkit.org/changeset/192413>.
Comment 4 Dave Hyatt 2016-12-06 14:22:00 PST
Created attachment 296318 [details]
Patch
Comment 5 Dave Hyatt 2016-12-06 14:26:10 PST
Created attachment 296321 [details]
Patch
Comment 6 Simon Fraser (smfr) 2016-12-06 14:28:19 PST
Comment on attachment 296321 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=296321&action=review

> LayoutTests/ChangeLog:10
> +        * fast/table/overflow-percent-height-regression-expected.html: Added.
> +        * fast/table/overflow-percent-height-regression.html: Added.

I don't think "regression" in the test name is useful.
Comment 7 Dave Hyatt 2016-12-06 14:32:21 PST
Fixed in r209421.