Closed Bug 1526645 Opened 7 years ago Closed 7 years ago

Bootstrap table inside CSS grid div expands height infinitely when resizing window

Categories

(Core :: Layout: Grid, defect)

65 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1492315
Tracking Status
firefox65 --- affected
firefox66 --- affected
firefox67 --- affected

People

(Reporter: jlg, Unassigned)

Details

Attachments

(1 file)

704 bytes, text/html
Details
Attached file index.html

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Steps to reproduce:

use bootstrap

Create a basic table with table class inside a div container.

Apply CSS style to container "display: grid"

resize browser window to see effect
or check https://codepen.io/Red5Point1/pen/vbdrQa

Actual results:

Table cells expand in height infinitely.

Expected results:

table cells should not change height, have tested on Chrome and Edge, both work fine.

Reproducible on Firefox Nightly 67.0a1 (2019-02-12), Firefox 66.0b7 and Firefox 65 on Windows 10 x64, Ubuntu 16.04 and Mac OS X 10.14.

Status: UNCONFIRMED → NEW
Component: Untriaged → Layout
Ever confirmed: true
Product: Firefox → Core

-> Grid. I think there's a dupe of this somewhere else...

Component: Layout → Layout: Grid

Yeah, this is bug 1492315.

(As noted in bug 1492315 comment 1, the table apparently needs to have a nonzero margin in order for this bug to trigger. I can work around this issue in the Comment 0 codepen by adding table { margin: 0 !important } in the codepen CSS.)

Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: