Search found 2328 matches

Hi Rayudu. Unfortunately not much can be done here. You are rendering 5 years in daily resolution, which means a lot of task non-working time elements will be rendered. I've checked and for initial load there are 400 non-working time elements ( document.querySelectorAll('.b-tasknonworkingtime') ). O...

@gorakh.nath Hi. Can you please provide the localization information that lead to the

L{descriptionTpl}

message in the popup? Preferably as a runnable test case. We'll investigate the localization problem.

As about the reason why this popup appears - see the previous message by Arcady.

@dwr Hi, please see my reply in the ticket.

You are welcome. I do not agree that it is a bug, because 1) on Mac and Windows scrollbars are visible (this setting is on in FF by default I guess). 2) The element can be scrolled just fine with the touchpad and scrollbar appears when scrolling starts and disappears shortly afterwards. So this is a...

You need to transpile your app as a whole, including our sources to ES5. Our sources are distributed as ES202x, you can't separately convert only your code to ES5

Hello. Please follow the steps from this guide to enable the always-visible scrollbars in Firefox: https://superuser.com/questions/1720362/firefox-scroll-bar-disappearing

Sorry, we can't provide examples for general web development practices. You can check this article for the start: https://medium.com/@SunnyB/how-to-convert-es6-into-es5-using-babel-1b533d31a169

Our code is distributed as ES202x sources. If you need the ES5 code you will need to setup the transpilation pipeline yourself.

The optimizations I made were just merged - should appear in the tomorrow nightly or in the 5.5.2 release. They improve the performance of refreshWbs method and also avoid calling it at all for simple (non-structural) changes like description field. https://github.com/bryntum/support/issues/7320

Ok, thanks for the update. It seems to generally match my benchmarking. I'll investigate if something can be improved.