You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
There seems to be a problem with overlapping groups when dragging the timeline left/right. Sometimes when an event goes out of view, another event in that same group will end up with a negative 'top' value and go into the next group.
Notice how the 'item 2' is is overlapping into the 'Second' group, but the item actually should appear in the 'Third' group. The item was given a top value of -34px. I have experienced this in Firefox 30, and Chromium 34.0.1847.116. I have not tested any other browsers.
There seems to be a problem with overlapping groups when dragging the timeline left/right. Sometimes when an event goes out of view, another event in that same group will end up with a negative 'top' value and go into the next group.
You can see this in one of the visjs.org examples http://visjs.org/examples/timeline/09_order_groups.html
Notice how the 'item 2' is is overlapping into the 'Second' group, but the item actually should appear in the 'Third' group. The item was given a top value of -34px. I have experienced this in Firefox 30, and Chromium 34.0.1847.116. I have not tested any other browsers.