Hello,
We are currently working on a project with jQwidgets, and more specifically the Scheduler these days. I was in charge to solve some interface bugs that we first thought were coming from our code and our use of the component. After some work on two of them, it seems that the unexpected behaviour comes from the widget itself, not our code. I’ll open 2 separate posts for them.
The first one is that when the legend position is set to ‘top’ and we open a view that is wide enough for a horizontal scrollbar (timeline day or week), the scrollbar disappears. It is still exiting and the zone is scrollable with mousewheel, but it seems that the element is positioned too far to the bottom to be seen, you can sometimes see it appearing quickly at wrong vertical positions when resizing the browser window. It seems that it’s the height position calculation that goes wrong when legend is on top.
here is a jseditor reproducing the issue: https://jseditor.io/?key=0868836f1afb11e8a2dc00224d6bfcd5
Can you confirm it is a bug, and is there a quick fix i can apply for this?
Thanks by advance,
Kaddath