Fiddle

Initially the 'rangechange' event is fired 4 times even though the range is changed only one time.


Range on the first event is [0, 1]. Subsequent ranges are correct [0, 7].


When the store is reloaded, the 'rangechange' event is fired once as expected.