Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#26236 closed defect (bug) (fixed)

Using WP_Editor theme-side does not load icon font

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: helen's profile helen
Milestone: 3.8 Priority: normal
Severity: major Version: 3.8
Component: Editor Keywords: has-patch
Focuses: Cc:

Description

Since MP6 was rolled in, calling wp_editor() theme-side results in funny squares where the icons used to be.

Screenshot attached.

Attachments (2)

Screenshot 2013-11-25 09.47.46.png (31.6 KB) - added by johnjamesjacoby 12 years ago.
bbPress's post form with TinyMCE turned on
26236.patch (961 bytes) - added by johnjamesjacoby 12 years ago.
Add dashicons as a dependency for editor-buttons

Download all attachments as: .zip

Change History (7)

@johnjamesjacoby
12 years ago

bbPress's post form with TinyMCE turned on

#1 @johnjamesjacoby
12 years ago

Similar to #26197, but theme-side. This is likely happening because dashicons is not explicitly enqueued when calling wp_editor().

#2 @johnjamesjacoby
12 years ago

  • Component changed from General to Editor
  • Severity changed from normal to major

@johnjamesjacoby
12 years ago

Add dashicons as a dependency for editor-buttons

#3 @johnjamesjacoby
12 years ago

  • Keywords has-patch added; needs-patch removed

#4 @helen
12 years ago

Looks like we need to do the same for thickbox, and if the media modal changes to use Dashicons, there as well. Will fix WP_Editor and Thickbox now.

#5 @helen
12 years ago

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

In 26398:

Make sure WP_Editor and Thickbox styles have Dashicons as a dependency, as they can be used on the front. props johnjamesjacoby. fixes #26236.

Note: See TracTickets for help on using tickets.