View Full Version : Design issue when using >3 issue types
When using more than 3? Issue types, the Project table disaligns.
See image.
PitchouneN64ngc
19 May 2010, 20:55
This will be review ASAP.
NickyNet
20 May 2010, 09:11
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
20 May 2010, 14:39
This was fixed but it should bug on IE7-. I will not fix any IE bugs since yesterday. Got more headaches than needed.
NickyNet
20 May 2010, 18:36
my screenshot is from FF 3.6.3 ;)
King Kovifor
20 May 2010, 20:48
my screenshot is from FF 3.6.3 ;)
The fix will be in 2.1.1.
PitchouneN64ngc
20 May 2010, 21:23
All bugs displayed here should be fixed in 2.1.1 now.
All bugs displayed here should be fixed in 2.1.1 now.
Any approximate release date for 2.1.1 ?
PitchouneN64ngc
22 May 2010, 13:30
Short answer: Soon™
Long answer: When it will be ready.
I prefer the short awnser :)
ksmedia
04 Jun 2010, 17:55
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:
.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:
height: 60px;
..did the job fine.
PitchouneN64ngc
04 Jun 2010, 20:56
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 Jun 2010, 02:07
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 Jun 2010, 09:44
For IE6/7, this is known as min-height and adapt it automatically if you have more than 3 issue types in a project.
vBulletin® v3.8.12, Copyright © 2019, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC.