Event gone after collision

Hi,

I have a problem when using collision limitation. Every time there is collision between 2 event, the event that caused collision not return to original place, but it’s gone.

How it could happen?

Below is my code,

[code]

 
 
   <div class="dhx_cal_tab" name="day_tab" style="right:204px;"></div>
   <div class="dhx_cal_tab" name="week_tab" style="right:140px;"></div>
   <div class="dhx_cal_tab" name="month_tab" style="right:76px;"></div>
   <div class="dhx_cal_tab" name="timeline_tab" style="right:280px;"></div>


[/code]

Does problem occur only for timeline view?

Actually the one that I need is Timeline mode, so I didn’t try another.

I’m trying the sample (HTML file), it works good. But when I implement it on Oracle Mod PL/SQL, it doesn’t work for the collision check. I’m using the same code.

Collision detection is a client side logic, so it must not be affected by the server side code.

I just found that it works great in IE and Google Chrome, the problem only happen in Mozilla Firefox.

Can you help me on this?

By any chance is it FF9 on Mac|Linux ?

No, I’m using Windows 7 and the firefox version is 9.0.1

Please check
viewtopic.php?f=6&t=21950

Thank you for your help, now it works at Firefox 9.0.1!!

I really appreciate your fast response on this bug.

Regards,
Budi