JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt Bug report: deadline markers interfere with task resizing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111952
    Adam Dawes
    Participant

    If I enable deadline markers and task resizing both at the same time, the deadline markers are preventing resizing if they fall at the very right edge of the task.

    I have patched this by adding the following to my stylesheet, but it would be good if this were fixed within the product itself:

    /* Ignore pointer events for the deadline markers to prevent these interfering with resizing tasks */
    .smart-gantt-chart .smart-gantt-chart-task-deadline
    {
    pointer-events: none;
    }

    #111955
    Markov
    Keymaster

    Hi Adam,

    Thanks for the feedback. I added a new work item is created about this misbehavior of the Gantt chart.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.