Premium support for our pure JavaScript UI components


Post by pmiklashevich »

Hello! Steps to reproduce:

  • Open any demo, for example https://bryntum.com/products/schedulerpro/examples/localization/
  • Then edit a task
  • Update start date a few days ahead so event gets disappeared from the screen
  • Then click on the start time trigger
  • In the time input start typing, for example "1111", and you see the editor gets hidden, but the time popup is still visible. (Not expected behaviour)
  • Then click on the time arrow down trigger and you'll see the runtime exception:
    schedulerpro.module.js?466403:53 Uncaught TypeError: Cannot destructure property 'eventStore' of 'this[bK4(...)]' as it is null.
        at SchedulerGeneralTab.onFieldChange (schedulerpro.module.js?466403:53:1825172)
        at schedulerpro.module.js?466403:10:680027
        at NumberField.eachAncestor (schedulerpro.module.js?466403:10:663665)
        at NumberField.triggerFieldChange (schedulerpro.module.js?466403:10:679900)
        at NumberField.triggerChange (schedulerpro.module.js?466403:10:1004959)
        at NumberField.triggerChange (schedulerpro.module.js?466403:12:94617)
        at NumberField.updateValue (schedulerpro.module.js?466403:10:1002779)
        at NumberField.set (schedulerpro.module.js?466403:10:31442)
        at NumberField.applySpinChange (schedulerpro.module.js?466403:12:94440)
        at NumberField.doSpinDown (schedulerpro.module.js?466403:12:94177)
    
Attachments
Screen Shot 2023-04-02 at 15.21.56.mov
(7.59 MiB) Downloaded 16 times
Screen Shot 2023-04-02 at 15.14.27.png
Screen Shot 2023-04-02 at 15.14.27.png (769.57 KiB) Viewed 110 times

Pavlo Miklashevych
Sr. Frontend Developer


Post by tasnim »

Thanks for your report. We'll investigate it. Here is the ticket to track progress https://github.com/bryntum/support/issues/6521


Post Reply