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 | 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)
Note: See
TracTickets for help on using
tickets.
Fixed with the TinyMCE 4.0 upgrade, #24067. Now the resize handle is part of the status bar.