Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#22600 closed defect (bug) (fixed)

Editor sizing JS puts the resize handle in the wrong place

Reported by: helen's profile helen Owned by:
Milestone: 3.9 Priority: normal
Severity: normal Version:
Component: Editor Keywords: needs-patch
Focuses: ui, javascript Cc:

Description

If you do the following, say to deal with the post content editor in a different way, the resize handle ends up in the wrong place because there is no status bar:

wp_editor( $post->post_content, 'content', array( 'tinymce' => false ) );

The JS that deals with the editor size/height should probably be checking for the status bar before moving the resize handle. Discovered while working on #22491.

Change History (3)

#1 @helen
12 years ago

  • Reporter changed from helenyhou to helen

#2 @jeremyfelt
11 years ago

  • Component changed from Administration to Editor
  • Focuses ui javascript added

#3 @azaozz
11 years ago

  • Milestone changed from Awaiting Review to 3.9
  • Resolution set to fixed
  • Status changed from new to closed

Fixed with the TinyMCE 4.0 upgrade, #24067. Now the resize handle is part of the status bar.

Note: See TracTickets for help on using tickets.