From 3764ae9c89cfc0a0297c24337d61613787b5d5a8 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Fri, 14 Feb 2020 13:10:03 -0400 Subject: [PATCH 1/9] docs(popovers, tooltips): add info about focus only trigger and cross platform behaviour --- src/components/popover/README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/src/components/popover/README.md b/src/components/popover/README.md index 3bccd6f360b..d6fec5a61e0 100644 --- a/src/components/popover/README.md +++ b/src/components/popover/README.md @@ -160,11 +160,38 @@ If a popover has more than one trigger, then all triggers must be cleared before close. I.e. if a popover has the trigger `focus click`, and it was opened by `focus`, and the user then clicks the trigger element, they must click it again **and** move focus to close the popover. +### Caveats with `focus` trigger on `