#47437 closed defect (bug) (fixed)
Update tinymce 4.x
Reported by: | pross | Owned by: | azaozz |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description
Couple of days ago tinymce finally fixed the firefox Error: Permission denied to access property "nodeType":
bug.
See:
https://github.com/WordPress/gutenberg/issues/6703
https://github.com/WordPress/gutenberg/issues/4744
Tinymce bug:
https://github.com/tinymce/tinymce/issues/2194
The fix was in the 5.x version of tinymce but I requested that it be backported to 4.x so as soon as they build a release it can be updated in WordPress.
Attachments (1)
Change History (8)
#1
@
6 years ago
- Component changed from Editor to TinyMCE
- Milestone changed from Awaiting Review to 5.3
#4
follow-up:
↓ 6
@
5 years ago
@pross thanks for the patch but it has to include the default TinyMCE plugins used in WP and the theme. Generally not worth it making a patch as it is mostly copy/paste of the new files, and the patch gets far too big :)
#5
@
5 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In 46173:
#6
in reply to:
↑ 4
@
5 years ago
Replying to azaozz:
@pross thanks for the patch but it has to include the default TinyMCE plugins used in WP and the theme. Generally not worth it making a patch as it is mostly copy/paste of the new files, and the patch gets far too big :)
Thanks for including the fix.
related #47229, #47218