A quick JavaScript solution directly from TinyMCE:
<script> // Prevent jQuery UI dialog from blocking focusin $(document).on('focusin', function(e) { if ($(event.target).closest(".mce-window").length) { e.stopImmediatePropagation(); } }); </script>
Technical blog with tips and tricks for everything and more...
This PowerShell script organizes and renames all photos in a selected folder using EXIF data. It will also create thumbnails of the images i...
<script> // Prevent jQuery UI dialog from blocking focusin $(document).on('focusin', function(e) { if ($(event.target).closest(".mce-window").length) { e.stopImmediatePropagation(); } }); </script>
No comments:
Post a Comment