Forum .LRN Q&A: Ajax Code doesn't work in calendar

Collapse
Posted by Eduardo Santos on
Hi everybody,

In the page /packages/calendar/www/view-one-day-display.adp (and some others) there's a Javascript call to showCalItem function in the onmouseover attribute. I couldn't find this code anywhere in the package. Maybe somebody forgot to commit the JS code?

Collapse
Posted by Don Baccus on
Is this on HEAD? the oacs-5-4 branch? both?

TIA ...

Collapse
Posted by Emmanuelle Raffenne on
Just realized... there shouldn't be any ajax code there.

I remember having fixed many event handlers in calendar for WAI-AA compliance and the onmouseover is definitely not a recommended one. I'll check the code.

Collapse
Posted by Eduardo Santos on
The code is basically in the oacs-5-3 branch and in HEAD. It's no big deal, but maybe somebody could supply the code or take it out from there.
Collapse
Posted by Emmanuelle Raffenne on
oacs-5-3 is dead. I've removed the code from HEAD and oacs-5-4.

Thanks for catching this Eduardo.