Skip to content

bug(mat-checkbox): Checkbox not rendered in multi-column layout on Chrome (Version 103.0.5060.53 (Official Build) (64-bit)) #25153

@kathrinkuenzli

Description

@kathrinkuenzli

Description

In multi-column layout, using an unordered list, the mat-checkbox is no longer rendered/visible on Chrome Browser.

The Bug maybe relates to #19089

Reproduction

https://stackblitz.com/edit/angular-dcfswq-yfp4aw?file=src/app/checkbox-overview-example.css

Steps to reproduce:

  1. Create an unordered list with each checkbox being wrapped by a list item tag
  2. Set column-count: 2; on the unordered list
  3. Open Page in Chrome Version 103.0.5060.53

Expected Behavior

All Checkboxes are visible and selectable.

24-06-_2022_14-52-16

Actual Behavior

Starting with the Second Row the Checkboxes are no longer visible. If I click on the Position of the last Checkbox ('Warn'), the first Checkbox gets selected (Primary).

24-06-_2022_14-45-33

Environment

  • Angular: 14, 12.2.13
  • CDK/Material:14.0.3, 12.2.13
  • Browser(s):Version 103.0.5060.53 (Official Build) (64-bit)
  • Operating System (e.g. Windows, macOS, Ubuntu): Windows

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/checkbox

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions