Can I make the Tiny MCE toolbar sticky. My client is working on very long articles and would prefer if the toolbar for TinyMCE does not scroll off the screen. It's inconvient to have to scroll all the way to the top of articles to find the toolbar.

Comments

I just realized that what is happening is that with TinyMCE, by default the size of the editor screen increases as the text grows longer. If the height of the text exceeds the size of the screen, the toolbar scrolls of the screen. 

The default behavior that my client is used to with CKEditor is that the size of the body field is fixed but expandable (1). As long as the user does not increase the size of the body field, the toolbar will remain visible and the writer will scroll up and down through their text within that area (2). 

This auto grow behavior in TinyMCE is easily turned off, reflecting the behavior my client is used to CKEditor (screenshot is of TinyMCE using the expected behavior learned from CKEditor). I think the client will be fine with this. 

We will turn off the "Autoresize" option in the TinyMCE profile.