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

CommentFileSizeAuthor
#4 386132-control_fragment-1.patch5.05 KBredndahead

Comments

redndahead’s picture

Status: Active » Closed (won't fix)

I 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.

intyms’s picture

Title: Previous & Next Button when javascript is disabled » Make Previous & Next Button unclickable if javascript is disabled
Version: 6.x-1.0-beta1 » 6.x-2.x-dev
Status: Closed (won't fix) » Active

If 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="#")

redndahead’s picture

If 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

redndahead’s picture

StatusFileSize
new5.05 KB

Try this patch.

redndahead’s picture

Status: Active » Needs review
intyms’s picture

The patched views_slideshow works great. Thank you for quick fix !

redndahead’s picture

Status: Needs review » Reviewed & tested by the community
redndahead’s picture

Status: Reviewed & tested by the community » Fixed

Patch is committed.

Status: Fixed » Closed (fixed)

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