When a view returns just one item and the wrap mode is set to 'circular', it's possible to move to next and previous items which loads the same slide, this is confusing since if it's just one item the navigation should have no effect the same with auto scroll option.

A possible solution is to change the 'wrap' mode to 'both' when the number of rows is equal to one and the wrap mode is 'circular'. Attached is a patch that does just this that can be helpful as starting point.

Comments

javi-er’s picture

StatusFileSize
new1.35 KB
quicksketch’s picture

Version: 6.x-2.0 » 6.x-2.1
Status: Active » Fixed
StatusFileSize
new912 bytes

Thanks, I've committed this patch with the change that we should disable all wrapping if there is only one item, not only if it's set to "circular".

javi-er’s picture

Makes more sense :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.