[wp-trac] [WordPress Trac] #21718: Remove default_post_edit_rows
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 29 08:11:34 UTC 2012
#21718: Remove default_post_edit_rows
-------------------------+-------------------------
Reporter: nacin | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: 3.5
Component: Editor | Version:
Severity: normal | Keywords: needs-patch
-------------------------+-------------------------
In options-writing, there is a setting for the "Size of the post box".
This controls the <textarea> height for all users. It should disappear.
Ideally, in place of it, the HTML editor should retain memory of its
previous size (given browser scaling). To do this, we would either need to
read and potentially set the same cookie as TinyMCE does for the Visual
editor, or use our own user setting in parallel. This will require some
changes to editor.js, class-wp-editor.php, and possibly the wp_editor()
call in edit-form-advanced.php.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21718>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list