This is a migrated thread and some comments may be shown as answers.

Appointments resized in Chrome not drag-resizing properly?

0 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 17 Mar 2014, 01:55 PM
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


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

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
David
Top achievements
Rank 1
Share this question
or