swiss / styleguide

admin.ch styleguide
https://swiss.github.io/styleguide
MIT License
123 stars 36 forks source link

Two collapse elements get same ID #667

Open hupf opened 2 years ago

hupf commented 2 years ago

Using the Collapsed Panel component as described in https://swiss.github.io/styleguide/en/content-containers.html#02-content-containers-03-collapsible-panel, I found out that from time to time two collapse elements get the same id. This produces non-valid HTML and caused our axe-core test to be flaky. It is due to the uniqueId Implementation of the bootstrap-accessibility-plugin and should be fixed in the used fork of this library.