I've been able to recreate a problem using the latest version of Chrome (Version 34.0.1847.60 beta-m) and 2013.2.717.40.
I have the OnClientAppointmentClick handler wired up to my appointments with the following function
Although I've found that when dragging an appointment to resize it, not every time, but most times, the Edit Appointment dialog will appear and the resize is not successful.
Perhaps a bug? I'm unable to recreate the problem currently in the latest version of Firefox (27.0.1). I've also had others who use our application report the problem using the latest in the STABLE Chrome channel
I have the OnClientAppointmentClick handler wired up to my appointments with the following function
1.
function
editAppointment(sender, e) {
2.
var
apt = e.get_appointment();
3.
sender.editAppointmentWithConfirmation(apt);
4.
}
Although I've found that when dragging an appointment to resize it, not every time, but most times, the Edit Appointment dialog will appear and the resize is not successful.
Perhaps a bug? I'm unable to recreate the problem currently in the latest version of Firefox (27.0.1). I've also had others who use our application report the problem using the latest in the STABLE Chrome channel