bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

ResourceView TimeAxis always shows current time pill if `showTime` is set #9904

Closed ExtAnimal closed 2 weeks ago

ExtAnimal commented 1 month ago

Forum post

Greetings!

I was trying to use the showCurrentTime feature to display the line denoting the current time as well as a pill in the time axis, and added the configuration as follows:

showCurrentTime: {
        showTime: true,
        fullWidth: true,
        },

I'm seeing some weird behaviour where the current time pill is visible even on days which aren't today. The line is visible correctly only on the current day.

Is this the expected behaviour?

Attached are screenshots from the edited example. Today Next Day