GNOME Bugzilla – Bug 569023
Timeline displays bullets with incorrect status if multiple bills on same day
Last modified: 2009-10-10 14:28:14 UTC
The timeline widget displays bullets with incorrect status if multiple bills on same day have different status. To reproduce this, add two different bills in the past and mark one of them as paid. Make sure you have the "All Bills" options checked in the View menu. You should see 2 bullets for that day superimposed: one green to represent the paid bill and one red representing the overdue non-paid bill.
The Bullet class should take a list of states to account for multiple values. The code that handles the rendering and coloring of bullets is a bit confusing and needs to be broken down with doc strings to help out.
Created attachment 145213 [details] [review] Timeline widget will not support displaying multiple bills with different states on the same day.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.