After Update to Sceduler v 3.7 recurring Events not editable

Hi,
I’ve updated the Scheduler to v 3.7.
Now, when I click on the “Edit-Button” of a recurring Event, nothing happens. The Editform comes not up.
When I edit a normal Event, it works fine.
What can be the Reason?

I’ve my Data in mySQL and init the Scheduler as follows:

[code]scheduler.init(‘scheduler_here’,null,“week”);
scheduler.load(“dhtmlxscheduler/common/cal_data.php?user=1&uid=”+scheduler.uid());

	var dp = new dataProcessor("dhtmlxscheduler/common/cal_data.php?user=1");
	dp.init(scheduler);[/code]

To display the form better on little screens, I had this changes in my init function

[code]scheduler.showCover = function(box){
this.show_cover();
var schedContainer = document.getElementById(‘dhx_cal_data’);
var windowheight = window.screen.availHeight * 0.10;
var scrollOffsetY = window.pageYOffset || document.documentElement.scrollTop;
if(box) {
box.style.display=“block”;
var B=getOffset(this._obj);

            box.style.top=Math.round(scrollOffsetY+windowheight)+"px";
            box.style.left=Math.round(B.left+(this._obj.offsetWidth-box.offsetWidth)/2)+"px";
        }
    }[/code]

Please be sure that you have update ALL js and css files of scheduler.
Do you have any js errors in console ? Try to run the code without customized showCover ( while it looks valid, it may be the reason of the problem )

Hi, I’ve removed the section “scheduler.showCover = function(box){” without success.

By click on Edit, I get this errors:

Uncaught TypeError: Cannot call method 'toLowerCase' of undefined d dhtmlxscheduler.js:46 f dhtmlxscheduler.js:48 g dhtmlxscheduler.js:49 i dhtmlxscheduler.js:50 dhtmlx.modalbox dhtmlxscheduler.js:51 scheduler.showLightbox dhtmlxscheduler_recurring.js:25 scheduler._click.buttons.details dhtmlxscheduler.js:88 scheduler._click.dhx_cal_data dhtmlxscheduler.js:87

Thanx for investigation

I’m activating this theme.
Also with v. 4, I’ve this issue! All css and js-files come from downloaded version. What can I do?

d dhtmlxscheduler.js:46 f dhtmlxscheduler.js:48 g dhtmlxscheduler.js:49 i dhtmlxscheduler.js:50 dhtmlx.modalbox dhtmlxscheduler.js:51 scheduler.showLightbox dhtmlxscheduler_recurring.js:26 scheduler._click.buttons.details dhtmlxscheduler.js:89 scheduler._click.dhx_cal_data

Hi, I’ve removed all special settings, exept scheduler.config.xml_date, but the error occur permanently, what can I do?

[code][/code]

Sorry, I’ve miss to update the locale…js and add locale_recurring…js