PDA

View Full Version : Design issue when using >3 issue types


janaf
05-19-2010, 03:26 PM
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
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
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
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
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
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.