Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#41230 closed defect (bug) (fixed)

TinyMCE: More tag does not work with inline mode

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

Description

Ran into this here: https://github.com/WordPress/gutenberg/pull/1394

The WP_More command has hardcoded BODY checks, instead of checking editor.getBody().

To test, pass inline: true with the settings, and you'll see that the more button does not work.

Attachments (1)

41230.patch (1.2 KB) - added by iseuldebot 8 years ago.

Download all attachments as: .zip

Change History (3)

@iseuldebot
8 years ago

#1 @iseulde
8 years ago

  • Owner set to azaozz
  • Status changed from new to reviewing

#2 @azaozz
8 years ago

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

In 40996:

TinyMCE: fix adding the <!-- more --> tag when the editor is inline.

Props iseulde.
Fixes #41230.

Note: See TracTickets for help on using tickets.