[wp-trac] [WordPress Trac] #18820: Formatting bar loading experience is subpar

WordPress Trac wp-trac at lists.automattic.com
Wed Nov 2 15:37:43 UTC 2011


#18820: Formatting bar loading experience is subpar
-------------------------+------------------------------
 Reporter:  markjaquith  |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  General      |     Version:  3.2.1
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by trepmal):

 Similar thing happening with the width - http://screencast.com/t/RypBW4M50

 My personal fix is to copy the width style to the `<head>`

 {{{
 add_action('admin_head', 'editor_css_fix');
 function editor_css_fix() { ?>
         <style type="text/css">
         .wp-editor-container textarea.wp-editor-area {
                 width: 99.9%;
         }
         </style>
 <?php }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18820#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list