Changes between Initial Version and Version 1 of Ticket #29360, comment 5
- Timestamp:
- 08/28/2014 06:04:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29360, comment 5
initial v1 1 1 Replying 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.5 2 6 3 How I can disable `wp_autoresize_on: true` after TinyMCE get ready on my Popup?