We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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:
popover=true
<a ... popover="true">...</a>
user agent stylesheet
[popover]:not(:popover-open):not(dialog[open]) { display: none; } [popover] { position: fixed; width: fit-content; height: fit-content; color: canvastext; background-color: canvas; inset: 0px; margin: auto; border-width: initial; border-style: solid; border-color: initial; border-image: initial; padding: 0.25em; overflow: auto; }
Is there any chance to solve this problem in angular-xeditable? Regards!
The text was updated successfully, but these errors were encountered:
Just hit this too. Fun
Sorry, something went wrong.
No branches or pull requests
@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!
The text was updated successfully, but these errors were encountered: