From 15075a5f8f4a850639ac66d97351c66adf7d2e7d Mon Sep 17 00:00:00 2001 From: aidendk <103057880+aidendk@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:54:06 -0500 Subject: [PATCH] Open Issues update (#309) --- packages/nimble-components/src/tooltip/tooltip.spec.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/nimble-components/src/tooltip/tooltip.spec.md b/packages/nimble-components/src/tooltip/tooltip.spec.md index 7cb9bb2367..ed6c123151 100644 --- a/packages/nimble-components/src/tooltip/tooltip.spec.md +++ b/packages/nimble-components/src/tooltip/tooltip.spec.md @@ -71,6 +71,11 @@ A Blazor wrapper will be created for the component. ## Open Issues When user is using nimble tooltip and nimble components, is there an easier way to add a tooltip so they wouldn't have to anchor to an html element every time they want a tooltip? +- Update nimble controls to have tooltip slow and be tooltip aware +- Create a tooltip in the shadow dom internally, would not require a separate tooltip element. +- If we don't do anything, at least provide an easy way to create unique ids. + +Should we have a tooltip that behaves with a visual indicator? Would it be a new type of component? Can tooltip be found by screen reader?