Thanks!
laur
All fields with bold label must be completed before the form is submitted.
You are not logged in. Please login or register.
LuxCal Web Calendar → Problems → Bug? → Post new reply
All fields with bold label must be completed before the form is submitted.
Thanks!
laur
Hi Laur and Schwartz,
Yes,this is a bug. To solve this problem, edit the file "views/month.php" and replace line 22 . . .
$cBoxAtt = $mayCheck ? "class='chkBox floatL point' onclick=\"checkE(this,{$evt['eid']},'{$date}',{$usr['ID']});\"" : 'class="chkBox floatL arrow"';
by . . .
$cBoxAtt = $mayCheck ? "class='chkBox floatL point' onclick=\"checkE(this,{$evt['eid']},'{$date}',{$usr['ID']}); event.stopPropagation();\"" : 'class="chkBox floatL arrow"';
In other words: directly after "{$usr['ID']});" add " event.stopPropagation();"
Roel
Additional information :
In day view and in week view, it functions as expected ( also in upcoming of course ). When clicking in the check-box the status changes. Clicking outside the check-box will open the event window.
By the way - did you solve your blocking-problem?????
You are a better tester than I
Even if I tested the check-box function, I didn't take notice of this.
I would call it a ( minor ) bug, but maybe there is a reason why it is happening.
Hi.
Any click on a check box (displayed in front of an event) leads to new event posting.
Seems to be related to the new feature added - click on cell day to add a new event.
regards,
laur
LuxCal Web Calendar → Problems → Bug? → Post new reply