Make WordPress Core

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


Ignore:
Timestamp:
02/25/2025 05:27:49 AM (11 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62924, comment 1

    v1 v2  
    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].
     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 the TinyMCE 4.1.2 update in [29203].
    22
    33The 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.