Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26197 closed defect (bug) (fixed)

Style bug with WP Editor

Reported by: mattheu's profile mattheu Owned by: azaozz's profile azaozz
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: TinyMCE Keywords:
Focuses: Cc:

Description

When creating an editor using wp_editor elsewhere in the WP admin, (eg a post meta box), the styles are a bit broken. See screenshot.

https://dl.dropboxusercontent.com/s/xwneqbem7g1qnvj/2013-11-24%20at%2014.52.png

The current styles use the unique editor ID rather than a generic class.

This patch fixes this by using generic classes to style the editor.

Attachments (1)

26197.diff (442 bytes) - added by mattheu 11 years ago.

Download all attachments as: .zip

Change History (3)

@mattheu
11 years ago

#1 @azaozz
11 years ago

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

In 26364:

TinyMCE: use CSS classes instead of instance specific IDs for styling, props mattheu, fixes #26197.

#2 @azaozz
11 years ago

  • Component changed from General to TinyMCE
  • Milestone changed from Awaiting Review to 3.8
Note: See TracTickets for help on using tickets.