Typesetter
Typesetter copied to clipboard
Popover doesn't appear in admin mode
With last master and BS4 theme (any of BS4), the popover does not show itself in admin mode. I can see the popover's classes appear in the DOM, but the popover window is hidden.
In user mode popover works fine.
Same for tooltip.
There are no errors in the console.
The mouseover event is used exclusively for the admin edit overlays. It probably has event.stopPropagation() to prevent other handlers.
I'll check if we can do sth. about it…
It had worked before the last changes in BS js/min.js were made.