Opened 6 weeks ago
Last modified 4 weeks ago
#62924 new enhancement
TinyMCE uses deprecated “unload” event listener
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | TinyMCE | Keywords: | reporter-feedback |
Focuses: | javascript | Cc: |
Description
Hi,
I’m encountering a deprecated feature warning in the browser console when using TinyMCE in WordPress 6.7.1.
The affected file is located at:
“/wp-includes/js/tinymce/tinymce.min.js”
Screenshot of the error: https://postimg.cc/rznCCPxz
Could you please check if this can be updated in the next release?
Thanks!
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
'unload' is in the setDocument function, part of the TinyMCE 4.1.2 update in [29203].
The comment (in the original changeset [29203]) mentions an IE permissions bug, so the parent event might not be necessary anymore.