Changes between Initial Version and Version 1 of Ticket #41158, comment 8
- Timestamp:
- 07/02/2017 06:38:05 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41158, comment 8
initial v1 16 16 17 17 + // Make sure TinyMCE dialogs appear above Customizer UI. 18 + $( document ).on ( "wp-before-tinymce-init", function() {18 + $( document ).one( "wp-before-tinymce-init", function() { 19 19 + if ( ! tinymce.ui.FloatPanel.zIndex || tinymce.ui.FloatPanel.zIndex < 500001 ) { 20 20 + tinymce.ui.FloatPanel.zIndex = 500001;