[dev] Kronolith display test case.

Mike Cochrane mike@graftonhall.co.nz
Thu, 5 Sep 2002 22:07:01 +1200


Don't worry... i fixed this one, both in week view and day view. Finally got
through emails and it's the same bug the Joel Vandal reported in [dev] Kronolith
bug(?) in the week view.

The bug has been there forever, just the last two times i tried to fix it i was
looking at it all the wrong way.... 

basically the code only allowing for the events to finish in the order they
started, if for instance: you have a situation where 3 events overlap and the
middle event ends last. when we are drawing the rows with only that event on it
we are sending one <td> with a colspan of 2 where it needs two <td>'s with
colspans of 1 to go either side of it.

so anyway.. Fixed in CVS HEAD.

- Mike :-)


> ----- Message from mike@graftonhall.co.nz ---------
>     Date: Thu,  5 Sep 2002 17:04:15 +1200
>     From: Mike Cochrane <mike@graftonhall.co.nz>
> Reply-To: Mike Cochrane <mike@graftonhall.co.nz>
>  Subject: [dev] Kronolith display test case.
>       To: Horde Dev List <dev@lists.horde.org>
> 
> 
> Chuck...
> 
> here's a case where the week view code fails to display correctly.
> 
> Go to webmail.graftonhall.co.nz l:test32 p:test and goto the test calendar
> and
> view this week in week view and you'll see the problem.
> 
> below is a CSV export of the event:
> 
>
"title","category","location","description","keywords","start_date","start_time","end_date","end_time","alarm","recur_type","recur_end_date","recur_interval","recur_data"
> "Event A",,,,,"2002/09/05","15:00:00","2002/09/05","18:00:00","0","0",,,
> "Event B",,,,,"2002/09/05","17:30:00","2002/09/05","18:20:00","0","0",,,
> "Event C",,,,,"2002/09/05","16:00:00","2002/09/05","19:30:00","0","0",,,
> 
> - Mike :-)
> 
> --
> Horde developers mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
> 
> ----- End message from mike@graftonhall.co.nz -----