Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#27744 closed defect (bug) (fixed)

Update TinyMCE to the current development version 4.0.21+

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.9
Component: TinyMCE Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

There is a change in the current development version of TinyMCE that is needed in order to fix the adding of invalid/incorrect undo levels caused by updates inside wpviews: https://github.com/tinymce/tinymce/commit/60decfb411c75460793997bc21848682f963aacd

Attachments (1)

27744.patch (407.3 KB) - added by azaozz 9 years ago.

Download all attachments as: .zip

Change History (8)

#1 @azaozz
9 years ago

The only other change is a fix for requireLangPack() in old plugins which is nice to have too: https://github.com/tinymce/tinymce/commit/dc4a1e6ee584d12cad5ebe06eb699bcc25ad1c24

Changelog since 4.0.21:

Added lastLevel to BeforeAddUndo event so it's easier to block undo level creation based on lastLevel data.
Fixed so old language packs get properly loaded when the new longer language code format is used.

Last edited 9 years ago by azaozz (previous) (diff)

@azaozz
9 years ago

#2 @azaozz
9 years ago

  • Keywords has-patch commit added

#3 @nacin
9 years ago

  • Keywords dev-reviewed added

#4 @azaozz
9 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In 28066:

Update TinyMCE to the current development version, 4.0.21.1. Fixes #27744

#5 @azaozz
9 years ago

In 28138:

Update the TinyMCE tests to 4.0.21.1, see #27744

#6 follow-up: @programmin
9 years ago

Any chance of updating this to 4.0.26 in the near future? Or would that be for next major release 4.0?

It fixes dozens of bugs in the current Tinymce 4.0.21 - see #28250

Thanks

Last edited 9 years ago by SergeyBiryukov (previous) (diff)

#7 in reply to: ↑ 6 @azaozz
9 years ago

Replying to programmin:

Ha, coincidence? Been testing the update to 4.0.26 this afternoon :)

Note: See TracTickets for help on using tickets.