﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1581	IE7: responseText is null or is not an object (0 things found)	B_aniaczek		"Only MSIE7.0 (my version 7.0.5730.11 pl)

Select ""Insert picture"" or ""Insert link""
type something, which causes ""no images found"" or ""no articles found""
You will get an error: ""responseText is null or is not an object"".

To correct problem: 
In files ''image.html'' and ''link.html'' inside ''function LoadSearchResults( result )'' replace line:
{{{
var results = result.responseText.Trim().split( '\n' ) ;
}}}
with
{{{
var results = ( result.responseText ? result.responseText.Trim().split( '\n' ) : '' );
}}}
"	Bug	closed	Normal		Project : MediaWiki+FCKeditor		invalid	Pending	
