Our pure JavaScript Scheduler component


Post by sanid »

Hi guys,
Problem occurs only with first day on the week in weekview (7 days) with timeRanges.

Width of the rendered timeRange is wider than the width of the header.
Header 190px
TimeRange: 237px
This causes rendered text not to be fully visible and to be rendered "under" or hidden beneath the resources Panel:

Bug Resource Timeranges.PNG
Bug Resource Timeranges.PNG (56.42 KiB) Viewed 445 times

Config for the WeekView:

export const viewPresetWeek = {
    base: 'hourAndDay',
    id: 'viewPresetWeek',
    defaultSpan: 7,
    headers: [
      {
        unit: 'day',
        increment: 1,
        dateFormat: 'dd, DD.MM.YYYY'
      }
    ]
  };

Resources Panel is also fixed, not resizable.


Post by sanid »

Please lock the thread, Problem was hidden resouce Column with width: 30.
Thanks :)


Post by sanid »

I detected another bug/issue, maybe there is additional config to control this behavior but ResourceTimeRanges are not respecting visible Worktime for Scheduler and are nevertheless displayed in full width.
Usecase is:
-Working time is in WeekView configured as from 6am to 20pm
-ResourceTimeRanges are defined per Days, for example startDate: "2022-05-16", endDate: "2022-05-17"

Result is that ResourceTimeRanges for first day in a Week are displayed in Full, including hours before 6am resulting in first part of Text not to be visibile.

Also, Demo is possible here:
https://bryntum.com/examples/scheduler/resourcetimeranges/
just copy and paste code from txt...

TimeRanges Demo.txt
(7.6 KiB) Downloaded 45 times

Post by tasnim »

Thank you for your report. We'll investigate it. Here is the ticket https://github.com/bryntum/support/issues/4666


Post Reply