Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler Timeline Views Render Right Arrow Icon on Single-Day Events #4448

Open
yanmariomenev opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@yanmariomenev
Copy link
Contributor

yanmariomenev commented Nov 5, 2024

Description

Generally, the right arrow icon appears for events that span multiple days or are all-day events. However, the Timeline view incorrectly displays it for events that end on the same day. This can be compared with the Month view as it doesn't add the arrow to single-day events.

Steps To Reproduce

Open the example and scroll to the event - https://stackblitz.com/edit/angular-ufgd96?file=src%2Fapp%2Fevents-utc.ts,src%2Fapp%2Fapp.component.ts
The event data that is used:

 {
    TaskID: 74,
    OwnerID: 2,
    Title: 'Dine with Mathew',
    Description: '',
    StartTimezone: null,
    Start: '2024-06-24T18:30:00.000Z',
    End: '2024-06-24T19:00:00.000Z',
    EndTimezone: null,
    RecurrenceRule: null,
    RecurrenceID: null,
    RecurrenceException: null,
    IsAllDay: false,
  },

Also reproduced in our overview demo.

Screenshots or video

Agenda view rendering (incorrect):
Screenshot 2024-11-05 at 10 58 33

Month view rendering (correct):
Screenshot 2024-11-05 at 10 58 59

Browser

All

Browser version

latest

OS type

MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants