Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2010 at 13:08 UTC
Updated:
22 Apr 2010 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
redndahead commentedMarking as critical to look at before release.
Comment #2
redndahead commentedHere is a patch to fix it.
Comment #3
marcvangendDidn't test the patch yet, but it looks sensible. One thought: can a situation exist where $options['singleframe']['timeout'] is not set or NULL, causing the if statement to return FALSE when it should return TRUE? In that case,
if ($options['singleframe']['timeout'] === 0) {would be appropriate; if not the patch should be fine.Comment #4
redndahead commentedThat shouldn't be the case, but it may be safer to add the comparison. Thanks
Comment #5
redndahead commentedThis has been committed, thanks.
Comment #6
marcvangendThank you for including my suggestion in this great module.