ItEr16S09RFComportamentoGraficoPlanificadorItEr15S12: Bugfix in tasks y-position when scrolling after resize
This commit is contained in:
parent
b999d1e577
commit
3b9f2bd0f9
3 changed files with 9 additions and 3 deletions
|
|
@ -80,7 +80,8 @@ zkTask.init = function(cmp) {
|
|||
});
|
||||
|
||||
resize2.on('resize', function(ev) {
|
||||
|
||||
cmp.style.top = "";
|
||||
cmp2.style.top = "";
|
||||
zkau.send( {
|
||||
uuid : cmp2.id,
|
||||
cmd : "updateProgress",
|
||||
|
|
@ -90,7 +91,8 @@ zkTask.init = function(cmp) {
|
|||
|
||||
|
||||
resize.on('resize', function(ev) {
|
||||
|
||||
cmp.style.top = "";
|
||||
cmp2.style.top = "";
|
||||
cmp2 = document.getElementById('completion'+cmp.id);
|
||||
resize2 = new YAHOO.util.Resize(cmp2, {
|
||||
handles : [ 'r' ],
|
||||
|
|
|
|||
|
|
@ -91,6 +91,10 @@ public class CustomMenuController extends Div {
|
|||
"/navalplanner-webapp/");
|
||||
l.add(ci);
|
||||
|
||||
ci = new CustomMenuItem("mainmenu.quality_management",
|
||||
"/navalplanner-webapp/");
|
||||
l.add(ci);
|
||||
|
||||
ci = new CustomMenuItem("mainmenu.administration",
|
||||
"/navalplanner-webapp/");
|
||||
l.add(ci);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ zkTasklist.GANTT_PANEL_LEFT = 300
|
|||
width:280px; /* Ganntz.ListdetailsWidth */
|
||||
float:left;
|
||||
margin-top: 0px;
|
||||
border-bottom: 1px solid #86A4BE;
|
||||
/* border-bottom: 1px solid #86A4BE; */
|
||||
font-size:10px !important;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue