Timeline Next button broken

Hello,

For some reason in the timeline view when the x_length is less then a day, the next button breaks. I have the timeline view with a step size of 30 mins, showing 12 hours, starting at midnight (00:00 - 12:00). I want the next button to show the next 12 hours (12:00 - 00:00) when clicked - how do I do this?

scheduler.createTimelineView({
		section_autoheight: false,
		name:	"timeline",
		x_unit:	"minute",
		x_date:	"%i",
		x_step:	30,
		x_size: 24,
		x_length:	24,
		y_unit: elements,
		y_property:	"section_id",
		render: "tree",
		folder_dy:20,
		dy:60
	});

Known bug, or did I botch something?

Hello,

Thank you very much for reporting with issue. It’s working as expected - in such case we really want to jump to the next day and that’s why we ask x_length to match day length (in your case it should be 48). But right now I can agree it could be more flexible and allow jumping within single day.
We will look how this can be improved.

Thank you once again.

Kind regards,
Ilya