Events not generated in IE6 -- scheduler timeline mode

It would appear there is an issue with the scheduler when viewed in timeline mode and IE6. In firefox, this is how the events appear:

tags with a class "dhx_cal_event_line" are being generated for each event. I slightly override this style in my page: .dhx_cal_event_line { margin-left:6px; margin-top:60px; width:68px !important; height:40px;}

In IE6, however, the

tags containing the event information don’t appear to be generated at all:

Unfortunately, I must try and support this js widget in IE6. Any help would be appreciated.

Cheers,

Pipes

Is problem occurs only for you customized code, or default sample from the package doesn’t work as well?

Locally, timeline sample works for IE6 ( xp sp2 ) without any problems.
Be sure that

  • you have a full doctype on the page ( browser works in standard mode )
  • if you are using custom templates - the are valid HTML ( all tags correctly closed )

Hi Stanislav,

You’re suggestions made me triple check my output. Sure enough, there was a problem with the json array I was dynamically generating to populate the scheduler. The issue was more forgiving in FireFox script engine than IE6’s old one :slight_smile:

Thanks for you help.

Cheers,

Pipes.