When profile picture is shown as link in image TITLE attribute ALT is used instead of link TITLE. This leads to confusing browser tooltip on hover. Atleast Firefox and Opera on Linux which I tested show image title instead of link title.
Attached patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 718836_image_title.patch | 1.51 KB | andypost |
| #1 | imagecache_profiles_alt_title.patch | 1.17 KB | crea |
Comments
Comment #1
crea commentedOops. Here's the patch.
Comment #2
andypostSuppose this patch is better :)
Comment #3
crea commentedIt's not: when image is not link, in your patch it will still have link title
Comment #4
andypostThanx, commited