Menu

#2693 Tab problem individual page

v4.2.2
closed-fixed
None
5
2009-10-31
2009-10-19
julianito
No

Hi

I noticed an issue with tab on my 4.2.2 version. They were displayed on 2 lines whereas there was some remaining space.
Modifying line 224 of file individual.php

from
<td valign="bottom" colspan="2">
to
<td valign="bottom" colspan="3">
solved it.

Not sure if this fix can be reused for next releases...

Regards

Julien

Discussion

  • Anonymous

    Anonymous - 2009-10-19

    Interesting that you should have had that problem, but. you are correct. Few people would have noticed a problem with it.
    Just for interest, can you say what tabs you were displaying, what theme you used, and what your screen resolution was?

    It probably will not be changed in the next release, as it is hoped that release will include completely new tabs management code, but the question of what to do if there are too many to fit on a screen is still relevant. We have to allow for users still using quite small screens, say 1280x1024 resolution.
    Do you have any suggestions?

     
  • Anonymous

    Anonymous - 2009-10-19

    ... sorry. I meant to say "users still using quite small screens, say 1024x768 resolution."

     
  • julianito

    julianito - 2009-10-20
     
  • julianito

    julianito - 2009-10-20

    Hi kiwi

    For your information, I used standard theme (I attached a snapshot). All the tabs are displayed (including album and cartography), I had the problem with Cloudy, Ocean, Wood and Xenea but not with Minimal and Simply's themes. I can do some more tests if you need. My fix proposition solves the problem for all the themes but it may be specific to my configuration.
    My screen resolution is 1280*1024.

     
  • Greg Roach

    Greg Roach - 2009-10-31

    Thanks for the bug report and the fix. This has been added to SVN.

    As kiwi_pgv says, this code is due to be rewritten completely. I've added the fix in case we need to release 4.2.3 before it is finished.

     
  • Greg Roach

    Greg Roach - 2009-10-31
    • assigned_to: nobody --> fisharebest
    • status: open --> closed-fixed
     

Log in to post a comment.