Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 20:05 UTC
Updated:
28 May 2010 at 03:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
redndahead commentedI would say this is how it should degrade. A next button wouldn't be helpful, because there is no way for us to know what the next item should be on page refresh.
Comment #2
intyms commentedIf javascript is disabled and we press Next or Previous buttons, we will see Page Not Found.
I guess, it will be great to make them Unclickable when JavaScript is disabled (or to make the destination of the link to be "#" (
<a href="#")Comment #3
redndahead commentedIf the javascript is disabled the controls don't even show up. They begin with display: none; and I use javascript to show them. I guess if someone themes them that this may change how they are displayed. I'll make the change so that it actually uses '#' instead of '#' getting changed to %2523
Comment #4
redndahead commentedTry this patch.
Comment #5
redndahead commentedComment #6
intyms commentedThe patched views_slideshow works great. Thank you for quick fix !
Comment #7
redndahead commentedComment #8
redndahead commentedPatch is committed.