Bug 266938
| Summary: | [Scrollbar gutter] RenderBox::contentBoxRect() should not subtract horizontal scrollbar height twice | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Scrolling | Assignee: | Nikos Mouchtaris <nmouchtaris> |
| Status: | NEW | ||
| Severity: | Normal | CC: | agafvv, lwarlow, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 167335 | ||
Simon Fraser (smfr)
If `scrollbar-gutter` is `both-edges`, RenderBox::contentBoxRect() computes height as if there were a top horizontal scrollbar, but the spec says that scrollbar-gutter affects the inline start and end edges only:
https://drafts.csswg.org/css-overflow/#scrollbar-gutter-property
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120570031>
Luke Warlow
Can this be closed now that the flag has been enabled?
Simon Fraser (smfr)
No, this isn't fixed yet.