You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dragging an external event from the list into the calendar works fine. However, while dragging it from external event box into the calendar(or from the calendar back to the list), the event disappears behind the Virtual Scroll Repeat (until released into the callendar it shows up in the calendar). Note that I set the z-index of the external events list on purpose.
However, I wonder how I can influence the overflow:auto of repeater-container css class necessary for the scroll that holds the external events. How to make events shows up over the virtual scroll during their trips into the fullcalendar? the same thing should be apply for the case where I want to dragg back an event from the calendar back to the external event list.
N.B: to see clearly the problem that I'm describing here.
Here are the steps to reproduce :
comment the overflow: auto; line 147 in the css file on the
class="repeater-container" on the codepen.
scroll down to one event
drag it into the calendar
so you can see from steps 1-2-3 the drag into the calendar works fine .
Now uncomment the overflow: auto; line 147 in the css file on the
class="repeater-container"
repeat the steps 2-3 like described before
so from steps 1-2-3(with overflow: auto;) the drag into the calendar
works also well but during the trip(from external events box to calendar)
the event disappear under the virtual scroll until it reaches the
calendar and it shows up into the calendar.
Any help would be greatly appreciated.
Best regards,
Adier.
The text was updated successfully, but these errors were encountered:
adielidin
changed the title
two issues related to the fullcalendar use
one issue related to the fullcalendar use
Jan 28, 2019
I just opened one issue on the fullcalendar and I'm afraid that this issue is related to angular-vs-repeat.
the issue
overflow clipping issue for dragging external events into calendar (or from calendar back to 'external-events' list)
I recreated the issue that I face in the following CodePen stackoverflow:
Dragging an external event from the list into the calendar works fine. However, while dragging it from external event box into the calendar(or from the calendar back to the list), the event disappears behind the Virtual Scroll Repeat (until released into the callendar it shows up in the calendar). Note that I set the z-index of the external events list on purpose.
However, I wonder how I can influence the overflow:auto of repeater-container css class necessary for the scroll that holds the external events. How to make events shows up over the virtual scroll during their trips into the fullcalendar? the same thing should be apply for the case where I want to dragg back an event from the calendar back to the external event list.
N.B: to see clearly the problem that I'm describing here.
Here are the steps to reproduce :
comment the overflow: auto; line 147 in the css file on the
class="repeater-container" on the codepen.
scroll down to one event
drag it into the calendar
so you can see from steps 1-2-3 the drag into the calendar works fine .
Now uncomment the overflow: auto; line 147 in the css file on the
class="repeater-container"
repeat the steps 2-3 like described before
so from steps 1-2-3(with overflow: auto;) the drag into the calendar
works also well but during the trip(from external events box to calendar)
the event disappear under the virtual scroll until it reaches the
calendar and it shows up into the calendar.
Any help would be greatly appreciated.
Best regards,
Adier.
The text was updated successfully, but these errors were encountered: