Edit the file: libraries/joomla/html/html.php

Go to the line ~879 and find this line:

'window.addEvent(\'domready\', function() {Calendar.setup({

And replace it with this line:

'window.addEvent(\'load\', function() {Calendar.setup({

Save the file and test.