Material-ui: [Table] Artifacts on height change

Created on 19 Apr 2016  路  2Comments  路  Source: mui-org/material-ui

screen shot 2016-04-19 at 5 13 47 pm

Problem Description

I'm building a tool that maintains a list of items in an HTML table inside of a Card component. Occasionally, after the list has grown beyond the bounds of the card and the card resizes, a horizontal line is left behind in the middle of the table. If I resize the browser window, the line disappears.

Versions

bug 馃悰 Table

Most helpful comment

I'm experiencing this same issue, only I have a card component above a table and when I expand/collapse the card component I see a stray line divider in between the two components.

Material-UI: v0.15.0
React: 15.0.1
Browser: Electron 1.1.3 (Chrome 50.0.2661.102)

All 2 comments

I'm experiencing this same issue, only I have a card component above a table and when I expand/collapse the card component I see a stray line divider in between the two components.

Material-UI: v0.15.0
React: 15.0.1
Browser: Electron 1.1.3 (Chrome 50.0.2661.102)

We have been porting the component on the v1-beta branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it.
Still, we will accept PR fixes until v1-beta takes over the master branch.

Was this page helpful?
0 / 5 - 0 ratings