Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31895 closed defect (bug) (fixed)

Update TinyMCE to 4.1.9+

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

Description

There are three bugfixes since the 4.1.9 release:

  • Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
  • Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
  • Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.

It seems IE 12 will be released together with Windows 10 this summer, could be as soon as June. It needs the above browser detection fix.

Attachments (2)

31895.patch (604.9 KB) - added by azaozz 10 years ago.
31895-dev-only.patch (4.0 KB) - added by azaozz 10 years ago.

Download all attachments as: .zip

Change History (6)

#1 @azaozz
10 years ago

The other two bugfixes are not critical but quite nice to have.

@azaozz
10 years ago

#2 @azaozz
10 years ago

The 31895-dev-only.patch contains only the changes to tinymce.js, for testing when running from /dev.

#3 @DrewAPicture
10 years ago

  • Keywords has-patch added
  • Owner set to azaozz
  • Status changed from new to assigned

#4 @azaozz
10 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 32058:

TinyMCE: update to 4.1.9+. Changes:

  • Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
  • Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
  • Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.

Fixes #31895.

Note: See TracTickets for help on using tickets.