Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#41913 closed defect (bug) (invalid)

wp.editor.initialize fails on load

Reported by: rice_crisp's profile rice_crisp Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.8.1
Component: Editor Keywords:
Focuses: Cc:

Description

wp.editor.initialize fails if you attempt to run it on load (wp.editor.getDefaultSettings is null). Is dependent on the scripts included in wp_enqueue_editor (class-wp-editor.php) of which there is no obvious way of making dependent.

Change History (4)

#1 follow-up: @truongwp
9 years ago

You can pass 'editor' to your script dependencies. I use wp.editor.initialize() with no problem.

#2 in reply to: ↑ 1 @rice_crisp
9 years ago

Replying to truongwp:

You can pass 'editor' to your script dependencies. I use wp.editor.initialize() with no problem.

that only includes editor.js.
class-wp-editor.php is where the script file is added that sets wp.editor.getDefaultSettings

Version 1, edited 9 years ago by rice_crisp (previous) (next) (diff)

#3 @rice_crisp
9 years ago

  • Resolution set to invalid
  • Status changed from new to closed

#4 @SergeyBiryukov
9 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.