Premium support for our pure JavaScript UI components


Post by pmiklashevich »

Hi! There is a problem with events removing. See the test case:

  • Go to https://bryntum.com/examples/scheduler-pro/resource-non-working-time/
  • Edit the demo by adding vertical mode config
    mode: 'vertical',
  • Delete an event
  • See the element stays on the screen
  • Hover over the event
  • See the runtime error in console
    schedulerpro.module.js?462345:53 Uncaught TypeError: Cannot read properties of undefined (reading 'resourceRecord')
        at SchedulerPro.getTimelineEventContext (schedulerpro.module.js?462345:53:1046708)
        at SchedulerPro.handleScheduleEvent (schedulerpro.module.js?462345:53:1045228)
        at HTMLDivElement.o (schedulerpro.module.js?462345:10:164471)
    
    Please take a look
Attachments
Screen Shot 2022-10-06 at 13.26.48.png
Screen Shot 2022-10-06 at 13.26.48.png (855.62 KiB) Viewed 149 times

Pavlo Miklashevych
Sr. Frontend Developer


Post by tasnim »

Thanks for reporting Pavlo.
Reproduced! I've created a ticket for that. Here it is https://github.com/bryntum/support/issues/5372

Good Luck :),
Tasnim


Post by pmiklashevich »

Please consider it a high prio. Blocks us to update to v5.1.4. Thanks

Pavlo Miklashevych
Sr. Frontend Developer


Post by tasnim »

Sure, I've set it to high-prio


Post Reply