Problem/Motivation

When you have 2 or more calendar items scheduled at the same time OR within half an hour of each other you end up with what appears to be a pile of letters (See attached screenshot).

Proposed resolution

Temporary Workaround: Add CSS

.calendar-calendar .day-view div.single-day .view-item {
  position:relative !Important;
/* optional */
  float:left;
  width:50%;
}

Lets make something better

The current calendar day view template and CSS will be reviewed. Review and submit input on Day output in Other HTML Calendars and create a new views template and/or new CSS.

Remaining tasks

Review existing Views templates.
Review other Calendar systems output.

CommentFileSizeAuthor
#4 calendar_items_in_day-2632112-4.patch634 bytesAnonymous (not verified)
#2 Screen Shot 2015-12-13 at 19.58.12.png229.06 KBAnonymous (not verified)
#2 Screen Shot 2015-12-13 at 19.58.01.png180.13 KBAnonymous (not verified)
20151208-ss-pines-calendar-day.png19.29 KBGreenSkunk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GreenSkunk created an issue. See original summary.

Anonymous’s picture

It seems like some of the structure and/or classes got lost in translation. We should look into why that is, and how that affects the rendering.

D7:

D8:

GreenSkunk’s picture

I'm looking forward to activating the Theme Debugging!

Anonymous’s picture

Status: Active » Needs review
FileSize
634 bytes

This granularity fix seems to fix some rendering issues, but I'm unsure if it's sufficient?

adriancid’s picture

Its not working for me.

Neslee Canil Pinto’s picture

Status: Needs review » Closed (outdated)