3.0.3 Active popbox popup now closes properly when opening any bootstrap dropdown, okay.
But...
Unfortunately "dropdown-menu" with user photo disappears when you click through nav_item.
Mistake:
element.style {
display: none;
}
Repair:
#es .o-nav__item, #es .o-nav__link {
display: inline-block !important
}
This seems to be a general problem. I've already noticed this error with several buttons. They disappear after clicking.
Only in desktop view. Error seems to be stuck in JS.
But...
Unfortunately "dropdown-menu" with user photo disappears when you click through nav_item.
Mistake:
element.style {
display: none;
}
Repair:
#es .o-nav__item, #es .o-nav__link {
display: inline-block !important
}
This seems to be a general problem. I've already noticed this error with several buttons. They disappear after clicking.
Only in desktop view. Error seems to be stuck in JS.