From babfa30c68bca243fc9bac4e33c8af8005dbad2d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 17 Aug 2022 09:42:26 +0100 Subject: [PATCH] [PS-1222] Remove `appBlurClick` throughout the popup and web code (#3208) * Remove appBlurClick throughout the popup code `appBlurClick` leads to focus being lost/reset for assistive technology users. It should not be necessary in any case - if focus does need to move after an action, explicitly set it somewhere programmatically using `focus()` rather than relying on browser heuristics * Remove now redundant blur-click directive --- .../src/popup/vault/vault-select.component.html | 9 +-------- .../app/components/password-reprompt.component.html | 2 +- libs/angular/src/directives/blur-click.directive.ts | 12 ------------ libs/angular/src/jslib.module.ts | 3 --- 4 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 libs/angular/src/directives/blur-click.directive.ts diff --git a/apps/browser/src/popup/vault/vault-select.component.html b/apps/browser/src/popup/vault/vault-select.component.html index 2101b7c019f..ec4d4ff9e3e 100644 --- a/apps/browser/src/popup/vault/vault-select.component.html +++ b/apps/browser/src/popup/vault/vault-select.component.html @@ -26,26 +26,19 @@ > -