[wp-trac] [WordPress Trac] #22600: Editor sizing JS puts the resize handle in the wrong place
WordPress Trac
noreply at wordpress.org
Tue Nov 27 03:58:09 UTC 2012
#22600: Editor sizing JS puts the resize handle in the wrong place
-----------------------------+----------------------------
Reporter: helenyhou | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Administration
Version: | Severity: normal
Keywords: needs-patch |
-----------------------------+----------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22600>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list