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

Question - event painting on over another #80

Closed
Bigismall opened this issue Oct 28, 2016 · 1 comment
Closed

Question - event painting on over another #80

Bigismall opened this issue Oct 28, 2016 · 1 comment
Milestone

Comments

@Bigismall
Copy link

Hi, i wonder if it is correct behaviour, when one event is painted over another

snip_20161028113512

Events data:


events: CalendarEvent[] = [
    {
      start: subDays(endOfMonth(currentDate), 3),
      end: addDays(endOfMonth(currentDate), 3),
      title: '6 days holiday',
      color: colors.green,
      allDay: false,
    },
    {
      start: startOfYesterday(),
      end: setHours(startOfTomorrow(), 11),
      title: ' 3 days - secondary school certificate',
      color: colors.red,
      actions: this.actions
    },
    {
      start: setHours(startOfTomorrow(), 12),
      end: setHours(startOfTomorrow(), 14),
      title: 'mass',
      color: colors.green,
      actions: this.actions
    },
    {
      start: setHours(startOfDay(currentDate), 0),
      title: 'All day event',
      allDay: true,
      color: colors.blue,
      actions: this.actions
    },
    {
      start: setHours(addDays(startOfDay(currentDate), 1), 12),
      end: setHours(addDays(startOfDay(currentDate), 1), 13),
      title: 'secondary school certificate finishing celebration',
      color: colors.blue,
      actions: this.actions
    },
    {
      start: setHours(addDays(startOfDay(currentDate), 1), 11),
      end: setHours(addDays(startOfDay(currentDate), 1), 15),
      title: 'yep another event',
      color: colors.blue,
      actions: this.actions
    },
    {
      start: setHours(addDays(startOfDay(currentDate), 1), 13),
      end: setHours(addDays(startOfDay(currentDate), 1), 15),
      title: 'teacher\'s dinner',
      color: colors.yellow,
      actions: this.actions
    }];


@Bigismall Bigismall changed the title Question - Question - event painting on over another Oct 28, 2016
@mattlewis92
Copy link
Owner

That's a bug, yep another event should be in the first column, thanks again for reporting! :)

@mattlewis92 mattlewis92 modified the milestones: 0.4.x, 0.3.x Oct 28, 2016
mattlewis92 pushed a commit to mattlewis92/calendar-utils that referenced this issue Oct 30, 2016
AndersTornkvist pushed a commit to AndersTornkvist/angular-calendar that referenced this issue Dec 29, 2020
allows the lib to work with universal

BREAKING CHANGE:

The UMD entry point has changed from `angular-resizable-element/dist/umd/angular-resizable-element.js` to `angular-resizable-element/bundles/angular-resizable-element.umd.js`

System.js users will need to update their configs

Closes mattlewis92#79
Closes mattlewis92#80
AlexGuz23 pushed a commit to AlexGuz23/calendar-utils that referenced this issue Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants