Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
8 Aug 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

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

avatar brianteeman brianteeman - open - 8 Aug 2026
avatar brianteeman brianteeman - change - 8 Aug 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 8 Aug 2026
Category NPM Change Front End Plugins
avatar brianteeman
brianteeman - comment - 8 Aug 2026

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

avatar tecpromotion
tecpromotion - comment - 8 Aug 2026

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

Thank you very much for the new PR. I’ll be testing the PR today.

avatar tecpromotion tecpromotion - test_item - 8 Aug 2026 - Tested successfully
avatar tecpromotion
tecpromotion - comment - 8 Aug 2026

I have tested this item ✅ successfully on dc37b1b


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48215.

avatar tecpromotion
tecpromotion - comment - 8 Aug 2026

I have tested this item ✅ successfully on dc37b1b


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48215.

avatar tecpromotion
tecpromotion - comment - 8 Aug 2026

I have tested this item ✅ successfully on dc37b1b


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48215.

Before
Bildschirmfoto 2026-08-08 um 10 09 45

After local update
Bildschirmfoto 2026-08-08 um 10 14 59

I also carried out a number of manual tests.

Add a Comment

Login with GitHub to post a comment