DayPilot Forums

AJAX Calendar/Scheduling Controls
DayPilot » Forums » Bugs » Scheduler broken in IE7 without DOCTYPE

Scheduler broken in IE7 without DOCTYPE

Documentation says "Note: There might be minor issues in quirks mode (no <!DOCTYPE> specified). It works but there might be a bad pixel here or there."

However, in case of the Scheduler (v 5.0.1556) there is "a bit more" bad pixels. :-) Scheduler gets broken in Quirks mode in IE7. Just delete doctype in the demo master page and see. This can be a problem when using Scheduler inside a page template that cannot be changed.

P_V - 12/4/2008 10:05:54 PM

Thanks for reporting it.

This happens when you use the new div-based layout introduced in DayPilot Pro 5.0. It can be fixed by switching the to the old table-based layout:

Layout="TableBased"

The div-based layout is necessary in new browsers (Firefox 3, Safari 3, Google Chrome) when Width is specified in percent.

Dan Letecky - 12/5/2008 10:12:30 AM
Post reply