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

Error in popup output #117

Open
Velmoren opened this issue May 22, 2023 · 1 comment
Open

Error in popup output #117

Velmoren opened this issue May 22, 2023 · 1 comment

Comments

@Velmoren
Copy link

Velmoren commented May 22, 2023

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

@Velmoren
Copy link
Author

If placing pop-up windows in a custom container is only available in the PRO version of the package, please let me know. This functionality is essential to perform an important task.

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

1 participant