jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

Problem with Drag/Drop on One day.

Open RicardoJunior opened this issue 11 years ago • 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; }

RicardoJunior avatar Jun 25 '13 15:06 RicardoJunior

Its a correction of all problems with drag and drop;

RicardoJunior avatar Jun 25 '13 15:06 RicardoJunior

@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.

yspanchal avatar Aug 12 '13 08:08 yspanchal