Hey guys,
So - we've noticed that when calling set_cssClass in client-side code, that it doesn't work correctly. The appointment won't display correctly, though the workaround is the following:
Here's the CSS we're using:
Is this a bug?
Kori
So - we've noticed that when calling set_cssClass in client-side code, that it doesn't work correctly. The appointment won't display correctly, though the workaround is the following:
var backColor = apt.get_backColor();apt.set_cssClass('appt-main'); // BUG: makes the appointment go grey without the first and last linesapt.set_backColor(backColor);Here's the CSS we're using:
.appt-main { opacity:0.6; filter:alpha(opacity=60); /* For IE8 and earlier */}Is this a bug?
Kori
