Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMELINE: Bad dates causes IE error #34

Closed
GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment
Closed

TIMELINE: Bad dates causes IE error #34

GoogleCodeExporter opened this issue Mar 21, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant