mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
When using assistive technology announce that a dialog is opened when the generator history link is clicked (#15815)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8c598b8783
commit
ee772703fe
@@ -8,7 +8,7 @@
|
|||||||
bitLink
|
bitLink
|
||||||
linkType="primary"
|
linkType="primary"
|
||||||
bit-item-content
|
bit-item-content
|
||||||
aria-haspopup="true"
|
aria-haspopup="dialog"
|
||||||
(click)="openHistoryDialog()"
|
(click)="openHistoryDialog()"
|
||||||
>
|
>
|
||||||
{{ "generatorHistory" | i18n }}
|
{{ "generatorHistory" | i18n }}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
bitLink
|
bitLink
|
||||||
linkType="primary"
|
linkType="primary"
|
||||||
bit-item-content
|
bit-item-content
|
||||||
aria-haspopup="true"
|
aria-haspopup="dialog"
|
||||||
(click)="openHistoryDialog()"
|
(click)="openHistoryDialog()"
|
||||||
>
|
>
|
||||||
{{ "generatorHistory" | i18n }}
|
{{ "generatorHistory" | i18n }}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
bitLink
|
bitLink
|
||||||
type="button"
|
type="button"
|
||||||
linkType="primary"
|
linkType="primary"
|
||||||
aria-haspopup="true"
|
aria-haspopup="dialog"
|
||||||
(click)="openHistoryDialog()"
|
(click)="openHistoryDialog()"
|
||||||
>
|
>
|
||||||
{{ "generatorHistory" | i18n }}
|
{{ "generatorHistory" | i18n }}
|
||||||
|
|||||||
Reference in New Issue
Block a user