material icon indicating copy to clipboard operation
material copied to clipboard

checkbox: check marks missing in second column when using column-count: 2

Open osuritz opened this issue 10 years ago • 2 comments

md-checkbox broken when used with a container that use (-webkit-)column-count.

Artifacts in Chrome:

  • All checkboxes after the one being clicked flicker
  • Background correctly changes on the checkbox but the check mark is actually missing

Demo at: https://codepen.io/anon/pen/qOjjdy

osuritz avatar Oct 08 '15 19:10 osuritz

Is there any updates on this? The bug still exists.

liyangguang avatar Feb 10 '18 01:02 liyangguang

Updated the CodePen to Angular 1.6.7 and removed the browser specific styles. Thus it only uses column-count: 2; and I can still see the checkboxes in the second column are lacking their checkmarks.

Splaktar avatar Feb 11 '18 06:02 Splaktar