Our blazing fast Grid component built with pure JavaScript


Post by markusmo »

Hi
I have a simple question:
My Grid should have 13 entries, but it only shows 10.
At runtime, when I remove 3 of them, then I am able to see the missing 3 entries.
As I researched, I could see them in the store of the grid, but only 10 are rendered at any given time ...
How do I correct this issue? I have added an example
Attachments
tool.7z
(1.15 MiB) Downloaded 166 times

Post by mats »

Please attach something runnable, it's full of errors:
GET https://lh/tool/src/css/fonts/Lato-Regular.woff2 net::ERR_ABORTED 404 (Not Found)
main.js:349 GET https://lh/workers/updatetasksworker.js 404 (Not Found)
(anonymous) @ main.js:349
main.js:350 GET https://lh/workers/updatetasksworker.js 404 (Not Found)
(anonymous) @ main.js:350
main.js:351 GET https://lh/workers/disposeworker.js 404 (Not Found)
(anonymous) @ main.js:351
main.js:352 GET https://lh/workers/synchblockersworker.js 404 (Not Found)
(anonymous) @ main.js:352
main.js:365 GET https://lh/workers/notificationworker.js 404 (Not Found)
(anonymous) @ main.js:365
dataloader.js:87 POST https://lh/tool//vmweb/services/api/execwf/ 404 (Not Found)
getResources @ dataloader.js:87
getResources @ dataloader.js:382
(anonymous) @ main.js:381
dataloader.js:155 POST https://lh/tool//vmweb/services/api/execwf/ 404 (Not Found)
getUpdates @ dataloader.js:155
getUpdates @ dataloader.js:419
(anonymous) @ main.js:382
dataloader.js:104 POST https://lh/tool//vmweb/services/api/execwf/ 404 (Not Found)
getUnplannedTasks @ dataloader.js:104
getUnplannedTasks @ dataloader.js:392
(anonymous) @ main.js:383

Post by markusmo »

Sorry, this version is working
Attachments
tool.7z
(4.77 MiB) Downloaded 160 times

Post by mats »

It looks ok to me. It's the bottom grid you refer to? It has 13 rows for me. Browser? OS?

Post by markusmo »

Hi
Happens in Firefox 66.0.3 and Firefox Developer Edition 67.0b11
Windows 10

Post by pmiklashevich »

Hello,

I've reproduced your issue only with browser zoom equal to 50%. Reproduced in Firefox, Safari and Edge. Works fine in Chrome. Ticket here: https://app.assembla.com/spaces/bryntum/tickets/8163
Could you please confirm you're using browser zoom? If so, please refrain from using zoom meanwhile.

Best,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post by markusmo »

Hi
I just had a look.
No I do not use zoom, but as it seems, it also applies to display resolution.
I use a 1920x1080 resolution on a 24 inch monitor and my browser window is fully expanded.
When I shrink it to a smaller size, I do not have said issue.

Regards
Markus

Post by pmiklashevich »

Hello Marcus,

In your testcase I see you're using Bryntum Scheduler 1.2.5. When I replace it with the latest 2.0.0 the issue with zooming is gone. Could you please upgrade to the latest 2.0.0 version and let me know if the issue with "1920x1080 resolution on a 24 inch monitor" is gone too? Also please make sure window's zoom is set to 100%. Windows let you set 125% and 150%. That's system scale. If it's not 100% please let me know too.

Cheers,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post by markusmo »

Hi
I switched to version 2.0 and the issue is gone.
Sadly I can't use version 2 yet, because there is still another unresolved issue with the tab panel see https://app.assembla.com/spaces/bryntum ... ckets/7953

Post by pmiklashevich »

Right, the ticket you've mentioned targets 2.0.1 milestone which is going to be released soon. That means the fix is coming too. Stay tuned!

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply