This is a very minor observation (hardly bug). Testing with imagefield (5.x-2.0-rc1) with imagecache (5.x-1.3) it works great but for the imagefield 'custom title text' does not appear anywhere. On the other hand, the imagefield 'custom alternate text' appears as both the lightbox image title and the image alternate/rollover text.

Comments

sun’s picture

Title: Lightbox image titles do not appear (using imagefield module) » Imagefield titles do not appear (alt text instead)
Category: support » bug

hrm, yeah, tricky one ;) We have only one field in jLightbox, and IIRC I chose to go with the 'custom alternate text' field because a page would render XHTML invalid if it contains images without alternate text.

sun’s picture

Component: Miscellaneous » Code
Priority: Minor » Normal
Status: Active » Fixed
StatusFileSize
new1.37 KB

Not so tricky at all, because Imagefield assigns the filename as alternate text, so we can conditionally display the Image title if no alternate text is defined. Committed attached patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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