From bc33d8f1a7ee044453521ef2deb36c6e6f9c8393 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 12 Apr 2022 11:14:27 -0400 Subject: [PATCH] CSR-478 role attr did not prevent JAWS from intercepting up arrow --- src/common-components/funnel-footer/funnel-footer.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/common-components/funnel-footer/funnel-footer.vue b/src/common-components/funnel-footer/funnel-footer.vue index 360378455..c6e7659b9 100644 --- a/src/common-components/funnel-footer/funnel-footer.vue +++ b/src/common-components/funnel-footer/funnel-footer.vue @@ -6,7 +6,7 @@ © {{new Date().getFullYear()}} Safelite Group -
+
@@ -59,7 +59,6 @@ export default { return { paddingHeight: 0, customButtontext: '', - roleAttr: '', } }, mounted() { @@ -97,8 +96,6 @@ export default { document.onkeydown = function (e) { return false; }; - //this role is so that JAWS will not allow keyboard input after button clicked due to JAWS intercepting key presses - this.roleAttr = 'application'; this.$emit("ForwardClicked"); }, linkClick() {