admin panel issue

from the backend if i select:

the album tab > then an album, the page design remains ok

as soon as i select the images tab the page width increases and things go out of the page

is it only me

Comments

  • I guess I am not sure what you are describing.

    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 I meant was:

    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
  • 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.
  • i cant recall that i saw this in the earlier versions, anyhow thanks for the info
  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.