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

Add color choice in Rich Text Editor component #7134

Closed
DaSmoltok opened this issue Feb 19, 2024 · 3 comments · Fixed by #7392
Closed

Add color choice in Rich Text Editor component #7134

DaSmoltok opened this issue Feb 19, 2024 · 3 comments · Fixed by #7392
Assignees
Labels
enhancement New feature or request Impact: Low needs research More information needed to estimate vaadin-rich-text-editor

Comments

@DaSmoltok
Copy link

Describe your motivation

We are proposing this change of RTE behaviour to allow our users to accentuate some part of text written.

Describe the solution you'd like

In vaadin last version (v23/24), we don't have the possibilitie to change text color in the RTE component. It seems it was possible before.
So we would like to add color choice button in the RTE interface.

Describe alternatives you've considered

Currently, there is no add on or anything else to change text color in RTE.

Additional context

No response

@yuriy-fix yuriy-fix added enhancement New feature or request Impact: Low vaadin-rich-text-editor needs research More information needed to estimate labels Feb 22, 2024
@dex-ds
Copy link

dex-ds commented Apr 4, 2024

I fully support this proposal. High priority.

Editing the color for text and background is actually a basic function. I wonder why this function was not considered in the design.

https://vaadin.com/directory/component/tinymce-for-flow
is not really an alternative because there are problems in modal dialogs. For example, editing a link does not work.

@dex-ds
Copy link

dex-ds commented Apr 5, 2024

For all those who only use WebComponents, I found this as a helpful answer/workaround/extension by Gabriel Sterz.
https://vaadin.com/directory/component/enhanced-rich-text-editor
with a link to a demo with documentation.
https://vcf-enhanced-rich-text-editor.netlify.app/
=> rte.addCustomButton with custom handler to change background

@DaSmoltok
Copy link
Author

For all those who only use WebComponents, I found this as a helpful answer/workaround/extension by Gabriel Sterz. https://vaadin.com/directory/component/enhanced-rich-text-editor with a link to a demo with documentation. https://vcf-enhanced-rich-text-editor.netlify.app/ => rte.addCustomButton with custom handler to change background

We will test is asap. Thanks for sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Impact: Low needs research More information needed to estimate vaadin-rich-text-editor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants