Premium support for our pure JavaScript UI components


Post by vbureanu »

Hello guys,

When we load data with inlineData, we have an error.

this.schedulerProComponent.instance.crudManager.inlineData = Object.assign({}, this.newStores);

"Method cannot be called at this state"

Is happens only if we create a new event first time.
If we open event editor popup and close it (by clicking CANCEL), then after second attempt we have no any error.

Please see attached video.
How can we fix it?

We used Bryntum Scheduler Pro 4.3.8 but 5.0.0 produce the same issue.

2022-03-03 19-30-15.avi
(3.44 MiB) Downloaded 57 times

Post by arcady »

The exception comes from StateTrackingManager. Do you use it in your application?

I can't reproduce this by simply enabling STM and applying a value to inlineData. Could you please provide us with a runnable test case so we could reproduce the issue?


Post by vbureanu »

Hello Arcady,

I have attached simple example.
After page is loaded - just double click on white area and try to click SAVE.
How we can get rid on that issue?

Thanks!

bryntum_resource_histogram.zip
(854.65 KiB) Downloaded 33 times

Post by vbureanu »

arcady wrote: Fri Mar 04, 2022 5:14 am

The exception comes from StateTrackingManager. Do you use it in your application?

I can't reproduce this by simply enabling STM and applying a value to inlineData. Could you please provide us with a runnable test case so we could reproduce the issue?

Hello Arcady, do you have any news?


Post by alex.l »

Thank you for the test case. I was able to reproduce it in our demo without inline data. Here is a link to track the status: https://github.com/bryntum/support/issues/4715

All the best,
Alex


Post Reply