themouette/jquery-week-calendar

Problem with Drag/Drop on One day.

Opened this issue · 2 comments

Correct:

.wc-cal-event {
background-color: #68a1e5;
/* Modern Browsers / opacity: 0.8;
/
IE 8 / -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/
IE 5-7 / filter: alpha(opacity=80);
/
Netscape / -moz-opacity: 0.8;
/
Safari 1 */ -khtml-opacity: 0.8;
position: absolute;
text-align: center;
overflow: hidden;
cursor: pointer;
color: #fff;
width: 99.8%;
max-width: 99.8% !important;
display: none;
}

Its a correction of all problems with drag and drop;

@RicardoJunior

Drag & Drop not working in IE 10

i have created an event on 12 aug and tried to move event from 12 aug to 13 aug but it is not working in IE 10, but it is working in google-chrome & firefox.