Search found 2331 matches

Hello,

The fix was merged to our repo, it will be available in the tomorrow nightly or in the 5.5.3 release. To activate the fix, you will need to enable the adjustDurationToDST option in the project like this:

new Scheduler({
    project : { adjustDurationToDST : true }
}) 

That would be the safest, our alphas passes through the same automated quality control though, so you can try it too already.

This is a breaking change, so it is in the 5.6.0 branch (already available in the 5.6.0-alpha release)

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