Our pure JavaScript Scheduler component


Post by frederick45 »

usage : schedule event, drag and drop, affect resource, etc....


Post by frederick45 »

If you create a lightning app and append just this one component, does it work? : no
Which product version do you use? last version
LWS ?


Post by Maxim Gorkovsky »

LWS stands for Lightning Web Security, it is a replacement for the Locker Service.

Your snippet works just fine for me. Although I only used eventDrag and listeners configs. Recently we have fixed some problems with event system for LWC and it might be we cannot reproduce the problem because it is no longer present. I recommend trying latest nightly build (you can get one from the customer zone).

You can also try to put a breakpoint (or a debugger statement) to the listener and check if it is being hit


Post by frederick45 »

i already have the last version, 5.2.4, and it's KO


Post by frederick45 »

and you write my snippet works fine for you, but it does'nt on salesforce LWC


Post by Maxim Gorkovsky »

It does work for me. Try turning on "pause on caught exception" and dragging the event.


Post by frederick45 »

'It does work for me', it's working on SAlesforce lwc ?


Post by alex.l »

Yes, sure. We tested it with our salesforce examples with your config applied.

All the best,
Alex


Post by frederick45 »

could you send me your lwc ?


Post by alex.l »

You have it in examples/salesforce folder.
Just add listeners config as you did in your example to test it.

All the best,
Alex


Post Reply