Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29360, comment 5


Ignore:
Timestamp:
08/28/2014 06:04:23 PM (9 years ago)
Author:
KingYes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29360, comment 5

    initial v1  
    11Replying to [comment:4 azaozz]:
    2 > Replying to [comment:2 KingYes]:
    3 >
    4 > You are copying the TinyMCE init object from the "main" editor `_.extend( {}, tinyMCEPreInit.mceInit.content );`. It has `wp_autoresize_on: true` which enables the auto-resize. Either set that to false or delete it. Some other settings may need tweaking/adjusting as that init object is meant for the "main" editor only.
    52
    63How I can disable `wp_autoresize_on: true` after TinyMCE get ready on my Popup?