Typesetter icon indicating copy to clipboard operation
Typesetter copied to clipboard

Popover doesn't appear in admin mode

Open mahotilo opened this issue 5 years ago • 2 comments

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.

mahotilo avatar Sep 27 '20 15:09 mahotilo

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…

juek avatar Sep 27 '20 16:09 juek

It had worked before the last changes in BS js/min.js were made.

mahotilo avatar Sep 27 '20 16:09 mahotilo