From 1b77249f9a9bf28550e3dd10a47fbc043865f169 Mon Sep 17 00:00:00 2001 From: Simon Zambrovski Date: Thu, 12 Oct 2023 10:08:16 +0200 Subject: [PATCH] add aria labels, fix #715 (#809) --- .../src/components/UI/AppPaginationFooter.vue | 2 ++ .../digiwf-tasklist/src/components/common/SearchField.vue | 7 ++++--- .../digiwf-tasklist/src/components/form/BaseLdapInput.vue | 1 + .../src/components/process/ProcessDefinitionItem.vue | 4 +++- .../src/components/process/ProcessInstanceItem.vue | 4 +++- .../digiwf-tasklist/src/components/task/GroupTaskItem.vue | 2 +- .../src/components/task/TaskFollowUpDialog.vue | 1 + .../apps/digiwf-tasklist/src/components/task/TaskItem.vue | 4 +++- 8 files changed, 18 insertions(+), 7 deletions(-) diff --git a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/UI/AppPaginationFooter.vue b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/UI/AppPaginationFooter.vue index 786d3e3fb9..209a97cf40 100644 --- a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/UI/AppPaginationFooter.vue +++ b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/UI/AppPaginationFooter.vue @@ -48,6 +48,7 @@ diff --git a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/form/BaseLdapInput.vue b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/form/BaseLdapInput.vue index f003a45fb4..6cbf79fe69 100644 --- a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/form/BaseLdapInput.vue +++ b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/form/BaseLdapInput.vue @@ -15,6 +15,7 @@ item-value="lhmObjectId" item-text="lhmObjectId" placeholder="Benutzer suchen..." + aria-label="Benutzer suchen" @input="input" > diff --git a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/process/ProcessInstanceItem.vue b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/process/ProcessInstanceItem.vue index 4d93aeb5c6..e8fe88c0e5 100644 --- a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/process/ProcessInstanceItem.vue +++ b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/process/ProcessInstanceItem.vue @@ -55,8 +55,10 @@ v-bind="attrs" @click="(event) => { event.preventDefault()}" v-on.prevent="on" + aria-label="Aktionen für den Vorgang" + aria-hidden="false" > - mdi-dots-vertical + mdi-dots-vertical diff --git a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/GroupTaskItem.vue b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/GroupTaskItem.vue index 3816a1a751..8cdd89837b 100644 --- a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/GroupTaskItem.vue +++ b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/GroupTaskItem.vue @@ -86,7 +86,7 @@ @click="(event) => { event.preventDefault()}" v-on.prevent="on" > - mdi-dots-vertical + mdi-dots-vertical diff --git a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/TaskFollowUpDialog.vue b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/TaskFollowUpDialog.vue index c52b0689dd..43386558e8 100644 --- a/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/TaskFollowUpDialog.vue +++ b/digiwf-apps/packages/apps/digiwf-tasklist/src/components/task/TaskFollowUpDialog.vue @@ -37,6 +37,7 @@ /> - mdi-dots-vertical + mdi-dots-vertical