Open
Description
When creating a new empty timeline and calling setGroups() afterwards, it happens in some cases that an item is not visible initially, only when scrolling the timeline to the right or zooming out.
Here is a jsfiddle with an simple example of the Bug: http://jsfiddle.net/n08dLsbw/
Apparently for the bug to happen, there are at least two items needed in a group, one which starts right of the current display-range and on which starts left end ends right of the current range.
However this bug is very critical, since you can never trust the timeline that really all existing items are actually visible.
Is there a way to prevent this behaviour?