In Rewrite Results > Output this field as a link:
Label: Alt text
Description: Text to place as "alt" text which most browsers display as a tooltip when hovering over the link.
But this field actually inserts a "title" in the link not an "alt", so it should say:
Label: Title text
Description: Text to place as "title" text which most browsers display as a tooltip when hovering over the link.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | incorrect_label_description_for_alt_text-1333126-4-D6.patch | 898 bytes | sammyd56 |
| #2 | incorrect_label_description_for_alt_text-1333126-2.patch | 853 bytes | sammyd56 |
Comments
Comment #1
dawehnerThis sounds like a valid and doable task for new contributors.
The file would be views/handlers/views_handler_field.inc
Comment #2
sammyd56 commentedHere's the patch...
Comment #3
dawehnerPlease continue to rock!
Committed to 7.x-3.x and as always maybe worth to backport
Comment #4
sammyd56 commentedHere is the D6 patch:
Comment #5
sammyd56 commentedComment #6
dawehnerAnd fixed