Skip to content

fix: [7654] update TinyMCE toolbar for v6 compatibility #7672

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

KaranChadha10
Copy link
Contributor

Description

This PR fixes an issue with the TinyMCE editor toolbar not displaying correctly after upgrading to TinyMCE 6.x. The problem was caused by renamed toolbar item identifiers that are no longer recognized in version 6.

Changes Made

Replaced deprecated toolbar items:

styleselect ➡️ style
fontselect ➡️ fontfamily
fontsizeselect ➡️ fontsize

These changes were made in RichEditor.cshtml to align with the TinyMCE 6 Migration Guide.

Related Issue

Fixes #7564

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

Successfully merging this pull request may close these issues.

TinyMCE toolbar failed to display, needs to adapt to new name, When upgrading to 6. x
3 participants