[6.1] Update tinymce and tinymce-i18n to latest versions - #48087
Open
brianteeman wants to merge 3 commits into
Open
[6.1] Update tinymce and tinymce-i18n to latest versions#48087brianteeman wants to merge 3 commits into
brianteeman wants to merge 3 commits into
Conversation
Member
|
I have tested this item ✅ successfully on 983b67b This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48087. |
Contributor
|
I have tested this item ✅ successfully on 983b67b
|
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48087. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request resolves # .
Changes
8.8.2 - 2026-07-27
Fixed
The caret could be positioned incorrectly in some cases when scrolling while a context toolbar was open.
Formatting could not be applied to and removed from editable child elements when a noneditable element was selected.
8.8.1 - 2026-07-22
Fixed
Applying or removing formatting on a multi-cell table selection incorrectly styled list items in cells that were not selected.
The menubar could wrap over multiple rows on narrow viewports, such as at high browser zoom levels, leaving little or no visible space for the editable area. The menubar now scrolls horizontally instead.
8.8.0 - 2026-07-15
Improved
Added the aria-valuenow, aria-valuemin, and aria-valuemax attributes to the editor resize handle when resizing vertically.
Fixed
Opening table properties on a nested table could edit the wrong table.
Clicking anchor links with special characters like semicolons in readonly mode or using the link plugin was throwing a querySelectorAll syntax error.
Worked around an edge case of a Chromium bug where clicking on the right of an li could fail.
8.7.0 - 2026-06-30
Added
Added editor.announce() for posting messages to screen readers via an aria-live region.
Improved
Removed 300 item limit on the emoticons dialog 'All' tab by optimising render performance.
Pressing Tab or Shift+Tab on an open menu now closes it and moves focus to the next or previous focusable element.
The editor resize handle now uses browser pointer events for more reliable behaviour across different integration environments.
Changed
Changed LESS math mode from always to parens-division.
Fixed
CSS custom property names and color values in the style attribute were being lowercased when parsed.
Focused links in dark mode was having the same text color as the background.
Using the undo keyboard shortcut did not restore editor selection correctly.
Worked around a Chromium bug where clicking on the right of an li could fail.
Some annotated text was hidden when printed even though it should have been visible.
Deleting a newline within a list item would delete the list item.
Context toolbar with position 'line' was not repositioning to the opposite side when overflowing the viewport.
Block-level formatting did not work on parent blocks when a contenteditable="false" inline element (such as an iframe) was selected.
Selecting multiple table cells and applying indentation did not apply to the entire selection.
Selecting multiple table cells and applying multiple formats could incorrectly nest formatting tags.
Dragging and dropping or copying and pasting an image didn’t add width and height to the tag.
Tooltips were clipped when the editor was hosted in a shadow DOM and its parent element had overflow:scroll.
Testing Instructions
As this is a js change either use a prebuilt package or npm ci
tinymce should work as normal
Actual result BEFORE applying this Pull Request
tinymce reports as version 8.6.0
Expected result AFTER applying this Pull Request
tinymce reports as version 8.8.2
Link to documentations
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed