﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
6453	Thickbox images not loaded in best way	lmbbox	anonymous	"With 2.5, you have added thickbox. In the first lines you set the image urls as relative paths. This causes an issue, if a theme includes WordPress's thickbox library, with the images. Instead of setting in /wp-includes/js/thickbox/thickbox.js on lines 8 and 9 from:

{{{
var tb_pathToImage = ""../wp-includes/js/thickbox/loadingAnimation.gif"";
var tb_closeImage = ""../wp-includes/js/thickbox/tb-close.png"";
}}}

to:

{{{
var tb_pathToImage = ""/wp-includes/js/thickbox/loadingAnimation.gif"";
var tb_closeImage = ""/wp-includes/js/thickbox/tb-close.png"";
}}}

This will allow unmodified access to the library."	defect (bug)	closed	normal	2.9	JavaScript	2.8.4	normal	fixed	has-patch	chrishajer xavivars
