Skip to content

Error in popup output #117

@Velmoren

Description

@Velmoren

Angular 13
"jodit": "~3.23.3",
"jodit-angular": "~1.13.6"

When opened, popups end up at the end of the body, which is why color theme tokens are not read. Is there a way to specify a custom container for all popups?

https://i.postimg.cc/qvG1hSFg/2.png

There is also a bug in the buttons for popup "img" setting.

public config = {
    popup: {
          img: [
             { name: 'delete', icon: 'delete' },
             { name: 'nullable' },
             { name: 'nullable' },
             { name: 'left', list: ['left', 'right', 'center', 'justify'] },
          ]
    }
}

This configuration deprives the "Delete" Icons button, it cannot be added there.
Maybe I'm doing something wrong? The task is to remove two unnecessary buttons and replace the icons

(nullable & display:none) the only way I found to remove the buttons

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions