[wp-trac] [WordPress Trac] #21718: Remove default_post_edit_rows
WordPress Trac
wp-trac at lists.automattic.com
Sat Sep 22 05:48:05 UTC 2012
#21718: Remove default_post_edit_rows
-------------------------+-----------------------
Reporter: nacin | Owner: azaozz
Type: enhancement | Status: assigned
Priority: low | Milestone: 3.5
Component: Editor | Version:
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------+-----------------------
Comment (by nacin):
Some combination of the patches from me and azaozz should get us about 90%
of the way there.
When do we actually save a cookie? setUserSetting is only available in the
admin. TinyMCE is only used on the post screen (and that's the only place
this option applied to). wp_editor() is additionally used when editing and
replying to comments, but TinyMCE isn't loaded. editor.js works, but
wouldn't handle quicktag-only editors. quicktags.js is probably better,
but it is loaded on the frontend. We could even include it inline in the
editor_js() method in the editors class.
What I think would be best is if a TinyMCE plugin handled this for all
editors it handles in the admin (so, azaozz's patch), with extra code
inline that is outputted only in the admin and only when TinyMCE is not
defined for that editor. (Important in case the visual editor is
disabled.)
----
Related bug report: In Chrome, you can't size the textarea smaller than
the space the visual editor takes up behind it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21718#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list