Comment 0 for bug 1473682

Revision history for this message
Michael Zanetti (mzanetti) wrote : Scrolling in Week view is confusing

Steps to reproduce:

* Switch to Week view
* scroll a few pages to left, it will either scroll inside the week or scroll to the next week, depending on the weekday it is.
* now turn around and scroll the other side. Again it'll switch either to the next week or scroll inside the week

The confusing things now are that going a few weeks left behaves different than going to the right. Because of this, scrolling in one direction is slower than scrolling to the other. Also as a user I somehow have a mental model of the things I've just scrolled past. Reversing my input should go back the same way as it came.

An additional issue is that if you pass the current day, the current week will behave differently than all the other weeks, even if scrolling the same direction.

IMO, instead the the weeks should always be initialized so that the has to scroll through the complete week before switching to the next/previous week.