Search found 12393 matches

You can set dragTouchStartDelay : 300, on your TaskResize config, and it should do the trick already.

Reproduced, it's the TaskResize, not respecting the touch delay (which is intended). We'll get this fixed, thanks for reporting!

https://github.com/bryntum/support/issues/9013

That's a typo yes, should say tooltipTemplate, we'll get it fixed!

Could you make it break at the exception and see what data is being read? If you could provide us your event data + resources data (without any sensitive data) that would be helpful.

Also, does it happen in 5.6.9 too?

You can use the renderer to output any icons/HTML you like and then use the custom timeAxisHeaderClick to observe clicks on those icons (event delegation)

Looks like a bug yes, we'll take a look. Thanks for reporting! https://github.com/bryntum/support/issues/9004

Can you please share a small test case with us, with reproduction steps?

No autoClose config available on EventEdit: Should be put in a editorConfig block.

schedulerConfig : {
  features: {
    eventEdit: {
       editorConfig : {
           autoClose: false,
       },
       ...
       }
     }
   }

Can you please share a small test case that we can run and debug this? How do you swap between them?