IE Fix
Because Internet Explorer does not support the
display: table-cell; value in CSS (or any of its related values), apparently all the calendars were appearing as vertical columns in IE. Apparently "We don't support Internet Explorer" wasn't a valid response, so I had to alter the Calendar object a bit to output tables instead of divs.Just to make it harder, though, the system wasn't using a new version of Calendar, it was using something along the lines of v0.9. When I altered the file directly, very weird stuff happened. So I tried to upgrade to 1.2 which uses Parser and some templates, but of course I ended up with several conflicting class names and it was more work than it was worth. So I downgraded to Calender 1.1, and modified the output code.
This all involved breaking the site for maybe half an hour, which is pretty good.
I haven't had the chance to work on this project lately, but now the plethora other small projects seem to be vanishing so I can really start work on version 2 again.
Labels: Bug Fix

0 Comments:
Post a Comment
<< Home