Timeline: minor add range bugs
Today, I found two minor bugs of the timeline in edit mode with range items:
- If you add an item via double click, everything works fine. If you use dragging with ctrl,
DataView.filter
throws an error becausedata
is null. Example: http://jsfiddle.net/yo5Lppb7/ - If you set
snap: null
, dragging with ctrl throws an error, too. Example: http://jsfiddle.net/djjfoyuf/
I don't need them to be fixed. It's just a report.