Search found 2538 matches

Scroll in live coding window doesn't work:
https://bryntum.com/products/schedulerpro/examples-scheduler/nonworkingdays/

Screen Shot 2023-08-14 at 12.25.18.png
Screen Shot 2023-08-14 at 12.25.18.png (1.02 MiB) Viewed 102 times

Scroll in live coding window works:
https://bryntum.com/products/scheduler/examples/nonworkingdays/

Screen Shot 2023-08-14 at 12.27.06.png
Screen Shot 2023-08-14 at 12.27.06.png (1.07 MiB) Viewed 102 times
When you open a simple scheduler demo from scheduler-pro screen, then click on the header of hte demo, you navigate to wrong URL and see 403. Go to https://bryntum.com/products/schedulerpro/examples-scheduler/workingtime/ Then click on the "Working time demo" title at the top bar. You are ...
https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DisplayField new DisplayField({ appendTo : targetElement, width : 200, label : 'Or use a template string', value : '', template : age => age ? `${age} years old` : 'N/A' }); It adds 'b-empty' cls to the field and the label is not aligned...
Hello! Steps to reproduce: Open any demo, for example https://bryntum.com/products/schedulerpro/examples/localization/ Then edit a task Update start date a few days ahead so event gets disappeared from the screen Then click on the start time trigger In the time input start typing, for example "...
Basically I can check it myself // If themeInfo is missing, it means DOM doesn't have the theme identifier if (!DomHelper.themeInfo) { console.warn('DOM is not ready to apply Bryntum theme') return } And I moved theme init function from beforeMount to mounted. But sometimes I can see a glitch, for e...
In Vue I set theme from local storage on beforeMount hook. DOM is not ready yet, and theme is not defined automatically. DomHelper.setTheme doesn't work in this case. I get TypeError: Cannot read properties of null (reading 'name') at Si.setTheme (schedulerpro.module.js 15205:44) I checked the sourc...
Hello team! There are 2 issues in Vertical mode related to context menu. TimeAxisHeaderMenu is shown for Resource Columns and timeAxisHeaderContextMenuItem has no info about the Recourse Column. So it is not possible to determinate for what resource the context menu is shown. Nothing is shown for th...
Hi! timeAxisHeaderMenuBeforeShow event works but docs refer to old timeAxisHeaderContextMenuBeforeShow . Please update. https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeAxisHeaderMenu#event-timeAxisHeaderContextMenuBeforeShow https://bryntum.com/products/schedulerpro/docs/api...

Hi! It looks like arguments of scheduleMenuItem event are wrong (probably a copy-paste from eventMenuItem).

https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleMenu#event-scheduleMenuItem

"date" is missing for sure.

"eventRecord" makes no sense.