@vitalets It seems that "Editable ui-bootstrap Popover" does not work in Chrome 114.0.5735.91 - probably due to new Popover API (see also here)... It's just that the popover=true attribute conflicts with the attribute of this new Chrome API... In Chrome Developer Tools we can see that <a ... popover="true">...</a> has additional user agent stylesheet applied:
@vitalets It seems that "Editable ui-bootstrap Popover" does not work in Chrome 114.0.5735.91 - probably due to new Popover API (see also here)... It's just that the
popover=true
attribute conflicts with the attribute of this new Chrome API... In Chrome Developer Tools we can see that<a ... popover="true">...</a>
has additionaluser agent stylesheet
applied:Is there any chance to solve this problem in angular-xeditable? Regards!