Notifications
Retirer tout
Submit issues
2
Posts
2
Utilisateurs
0
Reactions
2,420
Vu
Début du sujet
When we select the calculating planning button, we cannot select projects on the window appears due to no scroll bar and not a good presentation. Test on Firefox and edge, Projeqtor version 6.3.
Posté : 18 Juil AM 11:077
Issue confirmed.
To fix it, replace line 1474 in /view/main.php from
<select dojoType="dojox.form.CheckedMultiSelect" multiple="true" style="border:1px solid #A0A0A0;width:initial;overflow:overlay;max-height:240px;"
to
<select dojoType="dojox.form.CheckedMultiSelect" multiple="true" style="border:1px solid #A0A0A0;width:initial;height:218px;max-height:218px;"
Ticket #21878 recorded and ready for patch V6.3.2
Posté : 18 Juil PM 12:077