Changes between Initial Version and Version 1 of Ticket #62924, comment 1
- Timestamp:
- 02/08/2025 06:03:16 PM (3 months ago)
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#L125 5-L1263setDocument 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]. 2 2 3 The comment (in the original changeset [29203]) mentions an [https://bugs.jquery.com/ticket/13936/ IE permissions bug], so the code blockmight not be necessary anymore.3 The 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.