Help: In calendar day view, events that are scheduled in the next hour, they are moved to the right.

Tirso

New Member
When events are scheduled on the same day, in the day view, which are scheduled in the next hour, they are moved to the right. When priate left an empty hour between each event, returning again to the left margin. I do not understand why this happens if they are in a different time each. I tried it with several templates and feel the same, I tried various widths, but still. Anyone know what happens?
dayview.png
 
Hi cheesegrit, is the calendar plugin.

I think the problem is on the line 124 calendar.js

It is the definition of the left margin of the event:

var style = {...

'margin-left': opts ['margin-left'],
...


I tried removing this style var leaving the margin to 0:

var style = {...

'margin-left', '0',
...

The problem was solved with this change, but if two events at the same time programmed, up one over the other.

There must be something more.

imagen2.png
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top