<![CDATA[ New Calendar Item pop up window problem - My Forums]]> https://forums.modx.com/thread/?thread=90524 <![CDATA[Re: New Calendar Item pop up window problem]]> https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-506758
Hopefully Charless will be working on a 2.3 compatible revision that may have some bug fixes in it.

Cheers - Mark]]>
zaphodx Aug 18, 2014, 11:10 AM https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-506758
<![CDATA[Re: New Calendar Item pop up window problem]]> https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-506360 Quote from: zaphodx at Aug 12, 2014, 03:55 PM
Hi Graham, I have clients experiencing the same thing with mxCalendar, however I am not. I'd be interested to know if you found a solution.

Hi Mark

I did eventually fix it. It's a while ago but I think it was a combination of trying different size screens and playing with the developer tools to get the window to reset itself to a better position. I think you're right that we can class this as a bug smiley

Incidentally, I caused the issue when using my Linux machine and tried various browsers and a Windows machine but not a Mac.

Cheers

Graham]]>
welly Aug 12, 2014, 03:39 PM https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-506360
<![CDATA[Re: New Calendar Item pop up window problem]]> https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-506345
I would guess that the "top:-200px;" value must be being set by a script that is taking display parameters and creating appropriate positioning values, but ending up wrong because the script is calculating a minus value based on the display info given. So there must be a difference in how the Mac OS and Windows supply the display information, which leads me to think that the positioning script needs to include code to get the OS info and adjust the calculation accordingly, or there is something else wrong with the positioning script. So either way I guess you could call this a bug.

Hopefully Charless will see this and offer a fix at some point smiley

Cheers - Mark]]>
zaphodx Aug 12, 2014, 10:55 AM https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-506345
<![CDATA[New Calendar Item pop up window problem]]> https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-496417
If I use Chromium's developer tools then I can see what appears to be the issue;

<div id="CreateCal" class=" x-window modx-window x-window-noborder x-window-plain x-resizable-pinned" style="position: absolute; z-index: 9003; visibility: visible; left: 619px; top: -200px; width: 1091px; display: block;">

The top is set to -200px. I can edit this in the developer tools and the window displays properly. I can then add a new event but the next time I try to add an event the window reverts to the position off the top of the browser canvas.

Any help would be much appreciated.

Cheers

Graham]]>
welly Apr 29, 2014, 07:11 AM https://forums.modx.com/thread/90524/new-calendar-item-pop-up-window-problem#dis-post-496417