Changes between Version 1 and Version 2 of Ticket #62924, comment 1
- Timestamp:
- 02/25/2025 05:27:49 AM (11 months ago)
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.2in [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]. 2 2 3 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.