Arjunsos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE: Bad dates causes IE error #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If latestStart is > earliestEnd then, on IE, causes an exception. The 
reason is that the width of the tape ends up negative, causes an exception.

Fix: do a sanity check of all the dates' temporal relationships, per event. 
Fix the bad date(s) and add error message to the event's title.

Original issue reported on code.google.com by larryklu...@gmail.com on 24 Oct 2008 at 3:09

GoogleCodeExporter commented 8 years ago
Fixed in rev 1629. Added test cases to the test example too.

Original comment by larryklu...@gmail.com on 24 Oct 2008 at 3:31