b-popover: focus not work in firefox and safari
See original GitHub issuesee in document https://bootstrap-vue.org/docs/components/popover/#variants-and-custom-class
b-popover
focus trigger not work in firefox and safari, but work in chrome
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Bootstrap tooltip focus not working in safari and firefox
I am working on a project to add social sharing buttons inside a tooltip when a certain button is clicked. I am using...
Read more >[wpt-sync] Sync PR 37241 - Make popover initial focus use ...
Popovers should not initially focus child dialog elements.: FAIL (Chrome: PASS , Safari: FAIL ) · Popovers should not initially focus child ...
Read more >Popovers - Bootstrap
Triggering popovers on hidden elements will not work. ... Use the focus trigger to dismiss popovers on the user's next click of a...
Read more >Accessibility - React
import React, { Fragment } from 'react'; function ListItem({ item } ... Use it to repair the keyboard focus flow when it is...
Read more >popover set trigger=focus not working in firefox
popover works properly in chrome, however in firefox its clicks are being triggered twice which cause the popover to populate in the html...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tmorehouse I can confirm that it is working for Chrome on MacOS but isn’t for Firefox and Safari. I will look into this.
@zWingz on MacOS and iOS would need to (although b-button will add
tabindex="0"
automatically), since MacOS and iOS do not trigger (or give) focus to (or on) a native<button>
element.