I`m facing issue with resize of the task. When min(start) value not showed but max(end) is visible It not show the circles to adjust max(end) date.
Here is Input and output of chat ai.
Input:
So is it how gantt work?
1) If min value showed but max is not visible we display the resize point for min(start) of the task
2) If min value showed and max is visible we display the resize points for both min(start) and max(end) of the task
3) If min value not showed but max is visible we do not display the resize points for max(end) of the task
Output:
Your understanding of how resizing works in a Gantt chart is generally correct, but let me clarify it a bit further:
If the start (min) value is visible but the end (max) value is not visible, the resize handle for the start point will be displayed, allowing users to resize the task from the start.
If both the start (min) and end (max) values are visible, the resize handles for both the start and end points will be displayed, allowing users to adjust the task length from either end.
If the start (min) value is not visible but the end (max) value is visible, the resize handle for the end point will not be displayed, preventing users from resizing the task from that end.
This behavior is intended to help users interact with tasks more easily based on their visibility within the chart's current view. If this behavior does not meet your needs or if you believe it should work differently, it might be worth reaching out to support for further assistance or to discuss potential workarounds.
Is it a bug or am I configured something not propperly as I think it should give user possibility to adjust max(end) of the task when the min(start) is not showed?