If I use container_autoresize an appointment can’t be created via touch on mobile devices. The scroll movement stops after one unit and the lightbox does not open automatically afterwards.
A quickinfo is not fully displayed in agenda-view if the height of the container is too small.
z-index?
If I use container_autoresize an appointment can’t be created via touch on mobile devices. The scroll movement stops after one unit and the lightbox does not open automatically afterward.
I reproduced the issue, while the event creating by dragging, ends after one unit. It’s a bug, I sent it to our dev team and they will work on a fix. Unfortunately, I can’t give you any ETA but will post in this theme when the issue will be fixed.
Also, the event creating by the double-tap works correctly.
Regarding this part of the question:
A quickinfo is not fully displayed in agenda-view if the height of the container is too small.
It looks like a bug in our end, thank you for noticing it. I sent it to our dev team and they will work on a fix. I will post any updates on this topic.
As a temporary workaround, I can advise you to display the popup, even if it’s outside the scheduler’s container,
I reproduced the issue, while the event creating by dragging, ends after one unit. It’s a bug, I sent it to our dev team and they will work on a fix. Unfortunately, I can’t give you any ETA but will post in this theme when the issue will be fixed.
At the moment I can avoid this problem. A solution would still be nice.
#scheduler_here{
overflow: visible !important;
margin-right: 20px !important;
}
Great! That solves the problem. Thank you very much for this clever and simple solution.
Great support!
The remark “z-index” was just my suspicion of a solution.