forked from extern/egroupware
Fix clicks in hidden event bar carried through to timegrid, causing unwanted add event dialog
This commit is contained in:
parent
cb416017c9
commit
46229e0860
@ -524,6 +524,7 @@ var et2_calendar_daycol = et2_valueWidget.extend([et2_IDetachedDOM],
|
|||||||
.attr('data-hidden_count', 1)
|
.attr('data-hidden_count', 1)
|
||||||
.on('click', function() {
|
.on('click', function() {
|
||||||
$j('.calendar_calEvent',day.div).first()[0].scrollIntoView();
|
$j('.calendar_calEvent',day.div).first()[0].scrollIntoView();
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -546,6 +547,7 @@ var et2_calendar_daycol = et2_valueWidget.extend([et2_IDetachedDOM],
|
|||||||
$j('.calendar_calEvent',day.div).last()[0].scrollIntoView(false);
|
$j('.calendar_calEvent',day.div).last()[0].scrollIntoView(false);
|
||||||
// Better re-run this to clean up
|
// Better re-run this to clean up
|
||||||
day._out_of_view();
|
day._out_of_view();
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user