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

[Bug]: IDEA Html Editor doesn't display buttons #105

Closed
rbento1096 opened this issue Jan 23, 2025 · 1 comment · Fixed by #106
Closed

[Bug]: IDEA Html Editor doesn't display buttons #105

rbento1096 opened this issue Jan 23, 2025 · 1 comment · Fixed by #106
Assignees
Labels
bug Something isn't working

Comments

@rbento1096
Copy link
Contributor

In which environment(s) did you encounter the bug?

prod

Provide the context (team, organisation, etc.)

airp

Describe the anomaly

Dopo aggiornamento, l'editor non mostra più le icone normali né quelle custom. Per di più, le regole css (come il sticky della toolbar o il colore dei pulsanti) non si funzionano adesso.

Add videos and pictures

Screen.Recording.2025-01-23.at.13.30.12.mov
@rbento1096 rbento1096 added the bug Something isn't working label Jan 23, 2025
@rbento1096 rbento1096 self-assigned this Jan 23, 2025
@rbento1096
Copy link
Contributor Author

Lascio qua per traccia @uatisdeproblem

In futuro se aggiorniamo l'editor dovremmo fare qualche cambio.

In primis, le icone custom diventano SVG: kolkov/angular-editor#571

Poi, servirà aggiungere questo pezzo al angular.json sotto l'import che abbiamo adesso dei font.:

{
                "glob": "**/*",
                "input": "node_modules/@kolkov/angular-editor/assets/icons",
                "output": "assets/ae-icons/"
}

Le regole css devono anche essere studiate nel passaggio alla nuova versione viste che le regole attuali non funzioneranno più.

Per ultimo, è stato aperto un issue per il sopporto con Angular 19. Lo lascio qua nel caso qualcuno risponda: kolkov/angular-editor#575

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant