Hello,
the scheduler, planner works with Chrome, and Firefox.
But in IE the scheduler is empty, and there is no error in console.
Someone can help me?
Thanks
Hello,
please provide some kind of demo, or link to a problematic page so we could check the issue
But there is some scripts or css to include to work with IE?
<script type="text/javascript" src="./operai/operai.json"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="./dhtmlxscheduler.js"></script>
<script src="codebase/dhtmlxscheduler_timeline.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="./dhtmlxscheduler.css">
<script src="./ext/dhtmlxscheduler_minical.js" type="text/javascript" charset="utf-8"></script>
<script src="./ext/dhtmlxscheduler_limit.js" type="text/javascript" charset="utf-8"></script>
<link href="css/main.css" rel="stylesheet"/>
<link href="css/events_color.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="codebase/skins/web/dhtmlxcalendar.css"/>
<script src="codebase/dhtmlxcalendar.js"></script>
<link rel="stylesheet" type="text/css" href="codebase/dhtmlxform.css"/>
<script src="codebase/dhtmlxform.js"></script>
<script src="codebase/dhtmlxcontainer.js"></script>
<link rel="stylesheet" type="text/css" href="codebase/dhtmlxtabbar.css"/>
<script src="codebase/dhtmlxtabbar.js"></script>
<link rel="stylesheet" type="text/css" href="codebase/skins/web/dhtmlxaccordion.css"/>
<script src="codebase/dhtmlxaccordion.js"></script>
<link rel="stylesheet" type="text/css" href="codebase/skins/web/dhtmlxwindows.css"/>
<script src="codebase/dhtmlxwindows.js"></script>
<style>
.progress-bar {
background-color: #444;//#1a1a1a;
height: 15px;
padding: 4px;
width: 95%;
margin-top:2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
-webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}
.progress-bar span {
display: inline-block;
height: 15px;
width: 25%;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
background: rgb(1,182,178);
background: linear-gradient(bottom, rgb(1,182,178) 39%, rgb(27,219,214) 70%, rgb(54,255,255) 85%);
background: -o-linear-gradient(bottom, rgb(1,182,178) 39%, rgb(27,219,214) 70%, rgb(54,255,255) 85%);
background: -moz-linear-gradient(bottom, rgb(1,182,178) 39%, rgb(27,219,214) 70%, rgb(54,255,255) 85%);
background: -webkit-linear-gradient(bottom, rgb(1,182,178) 39%, rgb(27,219,214) 70%, rgb(54,255,255) 85%);
background: -ms-linear-gradient(bottom, rgb(1,182,178) 39%, rgb(27,219,214) 70%, rgb(54,255,255) 85%);
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.39, rgb(1,182,178)), color-stop(0.7, rgb(27,219,214)), color-stop(0.85, rgb(54,255,255)));
}
</style>
<script type="text/javascript" src="codebase/dhtmlxgantt.js"></script>
<link rel="stylesheet" type="text/css" href="codebase/dhtmlxtabbar.css">
<script src="codebase/dhtmlxcommon.js"></script>
<script src="codebase/ext/dhtmlxscheduler_tooltip.js"></script>
<link href="popup/jquery.qtip.css" rel="stylesheet"/>
<script type="text/javascript" src="popup/jquery.qtip.js"></script>
<script type="text/javascript" src="popup/imagesloaded.pkg.min.js"></script>
I open debugger in IE, and I see the problem is on the json! It appears have problem conversion. Any solution?
Could you provide json you trying to parse?