themouette / jquery-week-calendar

A weekly calendar plugin based on jquery and jquery-ui
http://groups.google.com/group/jquery-week-calendar
720 stars 253 forks source link

Problem with Drag/Drop on One day. #175

Open RicardoJunior opened 11 years ago

RicardoJunior commented 11 years ago

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 commented 11 years ago

Its a correction of all problems with drag and drop;

yspanchal commented 11 years ago

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