The items on the album page are different from those on the image page, so may not fit in the same browser window width. That is unavoidable in the current implementation.
There are plans to make the back end more responsive, but that is a significant task and is not expected any time soon.
What you are seeing is the delay in the TinyMCE edit forms building. The text area where they go is not large enough to hold the items so it stretches once the form is in place.
How quickly this happens will depend on the speed of the server delivering the javascript and the client computer/browser on executing the code to build the form.
If you have the browser window wide enough to hold the form in the first place you will not see this effect. That is the case on the album page.
This always happend with TinyMCE 3.x depending on the configuration chosen. Some have more buttons and some have less. TinyMCE 3.x is not responsive so the width is fixed based on the buttons per row.
ZEnphoto 1.4.6 will feature the new TinyMCE 4.x that is responsive. Also 4.x is loading much faster if you have multiple instances per page.
Comments
The items on the album page are different from those on the image page, so may not fit in the same browser window width. That is unavoidable in the current implementation.
There are plans to make the back end more responsive, but that is a significant task and is not expected any time soon.
When you open the Album Tab it looks like this: http://www.outzeal.com/bug/1.jpg
When you move on to the Image Tab, initially for some seconds it looks like this: http://www.outzeal.com/bug/2.jpg
After a few seconds it looks like this: http://www.outzeal.com/bug/3.jpg
Thanks
How quickly this happens will depend on the speed of the server delivering the javascript and the client computer/browser on executing the code to build the form.
If you have the browser window wide enough to hold the form in the first place you will not see this effect. That is the case on the album page.
ZEnphoto 1.4.6 will feature the new TinyMCE 4.x that is responsive. Also 4.x is loading much faster if you have multiple instances per page.