Opened 8 years ago
Closed 8 years ago
#41230 closed defect (bug) (fixed)
TinyMCE: More tag does not work with inline mode
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 40996: