Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Event.description not removed when going to Timeline.next()

    To reproduce the Problem, go to the Feature-Explorere Day Lanes Example
    Add an this event to taskData
    {
    eventId:20,
    startDate: new Date(y, m, d+1, 4, 0),
    endDate: new Date(y, m, d+1, 12, 0),
    name: "no Description",
    lane: "tamaraKane"
    },

    You will see that the Description of the previous week is still displayed, even if this event has no description.

    Another thing is that Timeline.dataChanged() is no more called after a call to Timeline.next()

    Both problems occur in 12.1-p20210526 but not in 12.1-p20200920

    kind regards
    Bruno

    #2
    We've fixed the issue where a reused EventCanvas retained it's previous bodyHTML.

    But we're not seeing a problem with next/previous for Timelines- dataChanged fires as expected in the samples.

    Please retest with a build dated June 9 or later.

    Comment

    Working...
    X