You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
<detailsid="update-dialog" hidden><summary>New Version</summary><details-dialog><h1>New Version Available!</h1><p>Reload the Page?</p><mwc-buttonid="dialog-reload">OK</mwc-button><mwc-buttondata-close-dialog>Cancel</mwc-button></details-dialog></details>
This will fail entirely, since the requisite inputs are not found when the element boots up.
By adding mwc-button to the INPUT_SELECTOR, expected behaviour is restored.
I recommend adding a special attribute to the list, like so:
<detailsid="update-dialog" hidden><summary>New Version</summary><details-dialog><h1>New Version Available!</h1><p>Reload the Page?</p><mwc-buttondata-dialog-inputid="dialog-reload">OK</mwc-button><mwc-buttondata-dialog-inputdata-close-dialog>Cancel</mwc-button></details-dialog></details>
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the issue. Just to give you an update- we are looking into this and want to come up with a solution that can best ensure these elements are indeed focusable to guard against human errors. We are going to look into how we might be able to work better with delegatesFocus shadow roots (in <mwc-button>'s case).
Consider:
This will fail entirely, since the requisite inputs are not found when the element boots up.
By adding
mwc-button
to theINPUT_SELECTOR
, expected behaviour is restored.I recommend adding a special attribute to the list, like so:
The text was updated successfully, but these errors were encountered: