Opened 22 months ago
Closed 4 weeks ago
#57142 closed defect (bug) (wontfix)
Fix to the deprecated code inside wp-tinymce.js
Reported by: | isrgrajan | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.1.1 |
Component: | TinyMCE | Keywords: | |
Focuses: | javascript | Cc: |
Description (last modified by )
In the current version Event.path
is used in wp-tinymce.js
which is deprecated and need to be replaced with Event.composedPath()
Change History (3)
#1
@
22 months ago
- Component changed from Editor to TinyMCE
- Description modified (diff)
- Keywords changes-requested removed
#3
@
4 weeks ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
This seems to be in tinymce.js and I don't think it is such a major issue that would warrant changing that external file.
Closing as wontfix. Please feel free to reopen if this is causing any problems.
Note: See
TracTickets for help on using
tickets.
Related: TinyMCE 4490 (and probably #47218)