How to set focus on rich-text-field, in edit-mode of a contenttype?
问题 I'd like to initially set the focus onto the text-field of an item when editing it, but cannot overcome TinymMCE'S iframe kickin' in. When disableling TinyMCE, everything works as expected, the text-field is focusable. I tried simulating a click in TinyMCE's body-element, no luck either. Is it possible at all, to focus the body-field via JS? This is what I tried so far: (function($) { $(document).ready(function() { $('#text').focus() // Only works, when TinyMCE is disabled. $('body#content')