When using the thumbnail pager option, the images title and alt text are removed. The JavaScript function "Drupal.theme.prototype.viewsSlideshowPagerThumbnails" fails to copy that information over. The included patch retains the alt and title text.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 894394-alt_title-1.patch | 1.1 KB | redndahead |
| #3 | 894394-alt_title-1-v3.patch | 2.2 KB | redndahead |
| views_slideshow_alt_title_thumbs.patch | 807 bytes | jhuebsch |
Comments
Comment #1
eatrocks commentedComment #2
eatrocks commentedIs there anything wrong with the patch? I'd like to use it since screen readers (Jaws in particular) are reading the image file name and with using image cache, the names are quite long and not very descriptive. An title tag on the link would probably be more beneficial. Something like "Change slide to "
Thoughts?
Comment #3
redndahead commentedThese patches were committed. Thank you