Skip to content

popover=true attribute conflicts with Popover API #786

Description

@szmalec

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions