Skip to main content

Bug Tracker

Side navigation

#1120 closed bug (wontfix)

Opened April 11, 2007 08:17PM UTC

Closed March 31, 2008 02:14AM UTC

captiontext scope error

Reported by: xdissent Owned by: stefan
Priority: minor Milestone: 1.1.3
Component: interface Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

in ImageBox.loadImage(), the captiontext argument is being ignored because the function (erroneously?) accesses global variable captionText, which is set in ImageBox.start(). this prevents the user from extending ImageBox.loadImage() to use custom caption text, which is a very common request. this trivial typo fix could allow the user to create a wrapper that could load more complex captions for images instead of just the title attribute from the element.

Attachments (0)
Change History (1)

Changed March 31, 2008 02:14AM UTC by scott.gonzal comment:1

resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.