vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Project Tools (https://vborg.vbsupport.ru/forumdisplay.php?f=266)
-   -   Design issue when using >3 issue types (https://vborg.vbsupport.ru/showthread.php?t=242890)

janaf 05-19-2010 03:26 PM

Design issue when using >3 issue types
 
1 Attachment(s)
When using more than 3? Issue types, the Project table disaligns.

See image.

PitchouneN64ngc 05-19-2010 06:55 PM

This will be review ASAP.

NickyNet 05-20-2010 07:11 AM

1 Attachment(s)
just for information....

when you have a description with a lot of rows for your project same design issue will apply.

and some extra... every one pressed [Enter] in the description field of project will add a new line to the description.. even HTML was not used.

PitchouneN64ngc 05-20-2010 12:39 PM

This was fixed but it should bug on IE7-. I will not fix any IE bugs since yesterday. Got more headaches than needed.

NickyNet 05-20-2010 04:36 PM

my screenshot is from FF 3.6.3 ;)

King Kovifor 05-20-2010 06:48 PM

Quote:

Originally Posted by NickyNet (Post 2040637)
my screenshot is from FF 3.6.3 ;)

The fix will be in 2.1.1.

PitchouneN64ngc 05-20-2010 07:23 PM

All bugs displayed here should be fixed in 2.1.1 now.

janaf 05-22-2010 10:48 AM

Quote:

Originally Posted by PitchouneN64ngc (Post 2040716)
All bugs displayed here should be fixed in 2.1.1 now.

Any approximate release date for 2.1.1 ?

PitchouneN64ngc 05-22-2010 11:30 AM

Short answer: Soon™

Long answer: When it will be ready.

janaf 05-22-2010 07:25 PM

I prefer the short awnser :)

ksmedia 06-04-2010 03:55 PM

Quote:

Originally Posted by janaf (Post 2039921)
When using more than 3? Issue types, the Project table disaligns.

See image.

For a fix until the new version is released, change the height value of the class:
Code:

.pt_overview .blockrow {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: solid 1px {vb:stylevar light_border.borderColor};
        height: 48px;
}

I have 4 issue types, and changing the value to:
Code:

height: 60px;
..did the job fine.

PitchouneN64ngc 06-04-2010 06:56 PM

This is fixed in 2.1.1. The height is only for IE6/7 and is a part of a sort of hack for min-height CSS.

ksmedia 06-06-2010 12:07 AM

As for the height beeing only for IE6/7, i cannot agree with that, at least in my case.

I had it on Firefox 3.6.3, and changing it to the above value (for 4 issue types) solved my design issue.

PitchouneN64ngc 06-06-2010 07:44 AM

For IE6/7, this is known as min-height and adapt it automatically if you have more than 3 issue types in a project.


All times are GMT. The time now is 07:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01154 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete