Skip to content
New issue

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

popover=true attribute conflicts with Popover API #786

Open
szmalec opened this issue Jun 5, 2023 · 1 comment
Open

popover=true attribute conflicts with Popover API #786

szmalec opened this issue Jun 5, 2023 · 1 comment

Comments

@szmalec
Copy link

szmalec commented Jun 5, 2023

@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]: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!

@jgordon-pepper
Copy link

Just hit this too. Fun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants