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

one issue related to the fullcalendar use #221

Open
adielidin opened this issue Jan 27, 2019 · 0 comments
Open

one issue related to the fullcalendar use #221

adielidin opened this issue Jan 27, 2019 · 0 comments

Comments

@adielidin
Copy link

adielidin commented Jan 27, 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 :

  1. comment the overflow: auto; line 147 in the css file on the
    class="repeater-container" on the codepen.

  2. scroll down to one event

  3. 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.

@adielidin adielidin changed the title two issues related to the fullcalendar use one issue related to the fullcalendar use Jan 28, 2019
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

1 participant