[wp-trac] [WordPress Trac] #28000: Editor frame becomes huge after dragging the corner to resize it

WordPress Trac noreply at wordpress.org
Mon May 12 03:37:21 UTC 2014


#28000: Editor frame becomes huge after dragging the corner to resize it
--------------------------+-------------------------
 Reporter:  jupiterwise   |       Owner:  nacin
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  3.9.1
Component:  Editor        |     Version:  3.9
 Severity:  normal        |  Resolution:
 Keywords:  fixed-major   |     Focuses:  javascript
--------------------------+-------------------------

Comment (by azaozz):

 Replying to [comment:13 richards1052]:
 > I applied a hack to the includes/class-wp-editor.php file...

 That's not a good way to reset the height. Best is to drag the corner in
 either Visual or Text mode. Alternatively you can run this line of JS from
 the browser console:

 {{{
 setUserSetting('ed_size', 300);
 }}}

 then reload the page. (To get to the browser console press F12, select
 "Console" from the tabs, paste the above line and press Enter or click
 "Run").

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28000#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list