Our pure JavaScript Scheduler component


Post by jungo »

Hi Bryntum team, I am developing a feature and based on this introduction: https://github.com/bryntum/support/issues/2162
After a few actions like Add event, drag and drop, I get this error.
Can you help me?

crash_mouseover.jpg
crash_mouseover.jpg (92.28 KiB) Viewed 180 times

Post by mats »

Can you please share your code?


Post by jungo »

@mats. This is my sample code. Try drag and drop any event a few times (it will be lost when you drag but it's not an error, just my code sample)

bryntum-demo.zip
(2.39 MiB) Downloaded 25 times

Post by mats »

Hard to give any general advice, but it should be fairly easy to debug if you set a breakpoint at the crash and try to see what's not working. Looks like your code makes a 'null' entry appear in an internal map we use.


Post Reply