spectrum-web-components
spectrum-web-components copied to clipboard
[Bug]: Elements with the "Focusable" mixin to not clean up "disabled"
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
shared
Expected behavior
When an element relies on the Focusable mixin and the element is recycled at render time, disabled should be appropriately cleaned up when moving between a <focusable-el disabled></focusable-el> template to a <focusable-el></focusable-el> template.
Actual behavior
disabled does not get cleaned up.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
See https://app.circleci.com/pipelines/github/adobe/spectrum-web-components/11624/workflows/4d6129a6-c8e6-4b35-97b7-197cd68ca8b8/jobs/162599/steps
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response