At present, this doesn't degrade at all; client w/javascript disabled will only see the first item.
Thank you for a great module.
Regards
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 386132-control_fragment-1.patch | 5.05 KB | redndahead |
At present, this doesn't degrade at all; client w/javascript disabled will only see the first item.
Thank you for a great module.
Regards
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 386132-control_fragment-1.patch | 5.05 KB | redndahead |
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.