Skip to content
Snippets Groups Projects

[BUGFIX] Fix broken RTE within flexform

Merged David requested to merge vaxul/tinymce:master into master

In my case with EXT:flux and TYPO3 7.6 the RTE doesn't appear. This is caused by a syntax error within the JavaScript. The selector of the content element text field looks actually like $('.tinymce4_rte#RTEarea'data_tt_content__55__bodytext_''), where are single quotes arround the "editornumber". This is caused by addConfigurationOption(), where strings get wrapped.

This fix removes the single quotes around the string and respects the previous fix in Commit e699df35.

Feedback is welcome.

Best regards,

David

Merge request reports

Approval is optional

Merged by avatar (Apr 14, 2025 5:32am UTC)

Merge details

  • Changes merged into with aa93e4d5.
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading