enterprise icon indicating copy to clipboard operation
enterprise copied to clipboard

Toolbar buttons: redundant aria-disabled attribute on toolbar button.

Open JBismonte opened this issue 2 years ago • 0 comments

Describe the bug on disabled toolbar buttons, there is a disabled attribute and also a redundant aria-disabled attribute.

To Reproduce

Steps to reproduce the behavior:

  1. Go to http://localhost:4000/components/toolbar-flex/example-favor-buttonset.html
  2. inspect the disabled button via inspect element
  3. button has both aria-disabled and disabled attribute.

Expected behavior when it has a disabled attribute, it doesn't need an aria-disabled attribute.

Version

  • ids-enterprise: 4.64

Screenshots If applicable, add screenshots to help explain your problem.

Platform

  • Infor Application/Team Name: Landmark Client
  • Device: (if applicable): NA
  • OS Version: Windows 10
  • Browser Name: Firefox
  • Browser Version: 100.0.2 (64-bit) Additional context

https://jira.lawson.com/browse/LMCLIENT-40130

JBismonte avatar Jun 02 '22 16:06 JBismonte