User tests: Successful: Unsuccessful:
Pull Request resolves # .
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.
As this is a js change either use a prebuilt package or npm ci
tinymce should work as normal
tinymce reports as version 8.6.0
tinymce reports as version 8.8.2
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
| Status | New | ⇒ | Pending |
| Category | ⇒ | NPM Change Front End Plugins |
I have tested this item ✅ successfully on dc37b1b
I have tested this item ✅ successfully on dc37b1b
I have tested this item ✅ successfully on dc37b1b
I also carried out a number of manual tests.
this is a redo of #48087 which was tested for 6.1 but rejected by the maintainers and it was easier to redo than fix conflicts