Premium support for our pure JavaScript UI components


Post by jk@datapult.dk »

Thanks for the answer. Please see attached.

To replicate the issue (for the simple mock of the backend to work) you MUST type into the team field:
https://www.dropbox.com/s/7bfxyd20jut2cjz/Screen%20Recording%202023-04-03%20at%2013.41.00.mov?dl=0

REPLICATING THE ISSUE
Download the zip file.

Since we do need a backend to server a few things, it is a multi-step setup.

In the project root:

python3 server.py

In another terminal window, do this to get an interactive session with npm 16:

docker run -it --rm -p 3000:3000 -v $PWD:/home/node/app node:16-buster /bin/bash

Inside the container do:

cd /home/node/app/ && npm install && npm run dev

Once done, you can now open this in your browser: http://localhost:3030/public/index.html

Attachments
bryntum-demo-main (1).zip
(3.18 MiB) Downloaded 16 times

Post by joakim.l »

Hi

I have reproduced this issue with your code and some changes. Will get back to you as soon as I know why this happens.

Regards
Joakim


Post by joakim.l »

I have found a bug that can cause the filtered store data not to be synced correctly, in certain conditions.
I have created a ticket where you can track our progress: https://github.com/bryntum/support/issues/6533

However, I can't be 100 % sure that this fixes the issue in your production environment, as the test case differs quite a lot.

Regards
Joakim


Post by jk@datapult.dk »

Thanks, Joakim. I think my Grid setup (unlike my Scheduler setup) is as basic as it gets. I'm open for suggestions on how to change it to make my code less bug-prone and easier for you to troubleshoot.


Post by joakim.l »

In this case it was paging, in combination with remote filtering and the syncDataOnLoad flag. Can't say you could turn any of those off without breaking your app.

The fix will probably be resolved this week and included in the next release.

Regards
Joakim


Post by jk@datapult.dk »

Thanks, man! I wish you a happy Easter!


Post by joakim.l »

Thanks. And the same to you!

Regards
Joakim


Post Reply