Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62924, comment 1


Ignore:
Timestamp:
02/08/2025 06:03:16 PM (3 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62924, comment 1

    initial v1  
    1 'unload' is in the [https://github.com/WordPress/wordpress-develop/blob/bd3fdcce0768e53a52c1331eb25c21a7926fbe82/src/js/_enqueues/vendor/tinymce/tinymce.js#L1255-L1263 setDocument function], part of TinyMCE 4.1.2 in [29203].
     1'unload' is in the [https://github.com/WordPress/wordpress-develop/blob/bd3fdcce0768e53a52c1331eb25c21a7926fbe82/src/js/_enqueues/vendor/tinymce/tinymce.js#L1254-L1264 setDocument function], part of TinyMCE 4.1.2 in [29203].
    22
    3 The comment (in the original changeset [29203]) mentions an [https://bugs.jquery.com/ticket/13936/ IE permissions bug], so the code block might not be necessary anymore.
     3The comment (in the original changeset [29203]) mentions an [https://bugs.jquery.com/ticket/13936/ IE permissions bug], so the parent event might not be necessary anymore.