Our pure JavaScript Scheduler component


Post by jmeire »

Hi

I experience changed behavior in the eventResizeEnd event in version 4.2.2 compared to v4.1.1.
Previously, eventRecord.data already contained the updated dates in the eventResizeEnd.
But currently it holds the same dates as in the originalData of the eventRecord. The second time you resize, it holds the changed date of the first resize.

Is it possible to have the updated dates after resize already in the eventRecord.data object, just like it worked before?

See example:

isACDpQ6q3.gif
isACDpQ6q3.gif (459.26 KiB) Viewed 301 times

Code example:

eventResizeEnd.zip
(121.88 KiB) Downloaded 47 times

Kind regards
jmeire


Post by Animal »

You shouldn't ever be accessing .data in a record.

Read the field values directly. They will be reported correctly.


Post by jmeire »

Okay


Post Reply