Big problem with "moving" the events

Hello

I have a really big problem with moving and resizing of the events. If i make a “new” event everything works fine. But if i realod the site and the event is loaded from the database i can move and resize but i’m not able to stop it. The event is all the time below the cursor.

To show what i mean here is a test url. If you try to move an event you will see the problem. Resizing is disabled but is the same problem.

scheffel-kommunikation.com/s … ,mode=unit

I really don’t understand why. I searched many many time for this problem but nothing :frowning:

Would be really really great if someone could help me.

thank you

Hello,

Where did you get dhtmlxscheduler.js file?
It seem to include ext_tooltip extension but misses one line:

scheduler.templates.tooltip_date_format=scheduler.date.date_to_str("%Y-%m-%d %H:%i"); 

Also please try not to include map extension, does it work?

Another note, you do all this fancy staff with Ajax request:

// Mozilla, Opera, Safari sowie Internet Explorer 7 if (typeof XMLHttpRequest != 'undefined') { xmlHttp = new XMLHttpRequest(); }
Actually scheduler includes dhtmlxAjax component, it may make things a bit easier for you.

Kind regards,
Ilya

I will try with dhtmlxAjax. For the moment works finde.
I fixed the problem with excluding the file --> “dhtmlxscheduler_map.js”

Thank you :slight_smile: