New issue
Advanced search Search tips

Issue 860463 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 688640
Owner: ----
Closed: Jul 6
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Compat



Sign in to add a comment

More than 1000 spanned rows lead to a display error.

Reported by tro...@fotocommunity.net, Jul 5

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

Example URL:
https://codepen.io/anon/pen/vrwRvW

Steps to reproduce the problem:
https://codepen.io/anon/pen/vrwRvW

<div class="container" style="display: grid; grid-auto-rows: auto;">
    <div style="grid-row-end: span 995">1 - 995</div>
    <div style="grid-row-end: span 1">996</div>
    <div style="grid-row-end: span 1">997</div>
    <div style="grid-row-end: span 1">998</div>
    <div style="grid-row-end: span 1">999</div>
    <div style="grid-row-end: span 1">1000</div>
    <div style="grid-row-end: span 1">1001</div>
    <div style="grid-row-end: span 1">1002</div>
    <div style="grid-row-end: span 1">1003</div>
    <div style="grid-row-end: span 1">1004</div>
    <div style="grid-row-end: span 1">1005</div>
</div>

What is the expected behavior?
Rows above 1001 should also be displayed correctly.

What went wrong?
More than 1000 spanned rows lead to a display error.

Does it occur on multiple sites: N/A

Is it a problem with a plugin? No 

Did this work before? No 

Does this work in other browsers? Yes

Chrome version: 67.0.3396.99  Channel: stable
OS Version: OS X 10.10.5
Flash Version:
 
Components: Blink>Layout
Sounds like a duplicate of bug 688640.
Labels: Needs-Triage-M67
Cc: susan.boorgula@chromium.org
Labels: Triaged-ET
Mergedinto: 688640
Status: Duplicate (was: Unconfirmed)
As per comment #2, this issue looks similar to issue 688640. Hence, merging into issue 688640.

Thanks..

Sign in to add a comment