Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63308


Ignore:
Timestamp:
06/30/2025 06:04:51 AM (11 months ago)
Author:
sabernhardt
Comment:

Hi and welcome!

[60007] edited TinyMCE-related files, but I did not find an update to tinymce.min.js (or tinymce.js). https://core.trac.wordpress.org/browser/trunk/src/js/_enqueues/vendor/tinymce

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63308

    • Property Component changed from Editor to TinyMCE
  • Ticket #63308 – Description

    initial v1  
    11when I paste a youtube link into wordpress classic editor, I get this error:
    22
     3{{{
    34tinymce.min.js?ver=49110-20201110:2 Uncaught IndexSizeError: Failed to execute ‘setStart’ on ‘Range’: There is no child at offset 12.
    45at Kh (tinymce.min.js?ver=49110-20201110:2:218016)
     
    1213at tN.fire (tinymce.min.js?ver=49110-20201110:2:197532)
    1314at Pp (tinymce.min.js?ver=49110-20201110:2:199169)
     15}}}
    1416
    15 So, I tried to compare what I had with 6.7.2, turns out the issue is that there are small changes to TinyMCE (not sure since when) but the cache key (wp-includes/version.php) has not been updated for a while.
     17So, I tried to compare what I had with 6.7.2, turns out the issue is that there are small changes to TinyMCE (not sure since when) but the cache key (`wp-includes/version.php`) has not been updated for a while.
    1618
    17 $tinymce_version = '49110-20201110';
     19`$tinymce_version = '49110-20201110';`
    1820
    1921For sites that have no cloudflare/similar cache, it might not make a difference, but those that might get an incorrect tinymce version and some errors...