Premium support for our pure JavaScript UI components


Post by vinayadav@ptc.com »

Hi Dev Team,

In the Bryntum Gantt UI, I noticed that when a task is selected, its color changes to a dark color.

Previously, the task's color did not change upon selection.

I have reproduced this behavior in the Task Editor Customization Demo example and attached the relevant file for reference.

Could you please confirm if this change in behavior is intentional or if it is a bug?

Attachments
Task select change.mp4
Task Editor Customization Demo
(3.22 MiB) Downloaded 5 times

Post by ghulam.ghous »

Hey

This is by default. When a task is selected, b-task-selected class is applied to the taskBar. You can get rid of this behaviour by setting the below in you app css.

		.b-gantt-task.b-task-selected {
			--event-background-image: none
		}
Screen Recording 2025-01-20 at 4.05.52 PM.mov
(4.32 MiB) Downloaded 5 times

Post by vinayadav@ptc.com »

Thank you for the clarification!


Post Reply