Changes between Initial Version and Version 1 of Ticket #63308
- Timestamp:
- 06/30/2025 06:04:51 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63308
-
Property
Component
changed from
EditortoTinyMCE
-
Property
Component
changed from
-
Ticket #63308 – Description
initial v1 1 1 when I paste a youtube link into wordpress classic editor, I get this error: 2 2 3 {{{ 3 4 tinymce.min.js?ver=49110-20201110:2 Uncaught IndexSizeError: Failed to execute ‘setStart’ on ‘Range’: There is no child at offset 12. 4 5 at Kh (tinymce.min.js?ver=49110-20201110:2:218016) … … 12 13 at tN.fire (tinymce.min.js?ver=49110-20201110:2:197532) 13 14 at Pp (tinymce.min.js?ver=49110-20201110:2:199169) 15 }}} 14 16 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.17 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. 16 18 17 $tinymce_version = '49110-20201110'; 19 `$tinymce_version = '49110-20201110';` 18 20 19 21 For 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...