﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2254	Malfunction in FCKSelection object	Evgeny Satanovsky	Martin Kou	"FCKSelection have 2 methods called: HasAncestorNode and MoveToAncestorNode.
Both of theme have input parameter called nodeTagName of type string and as written in comments of this function
the passed string should be written in upper case.

But in the code when check is done actual tag name never converted to upper case.
{{{
if ( oContainer.tagName == nodeTagName ) return true ;
}}}

So if your edited HTML has tags written in lower case (like custom tags) this functions won't find the ancestor tag.

Hope you'll fix this small thing in next revision.

tank's"	Bug	closed	Normal	FCKeditor 2.6.2	General	FCKeditor 2.5	fixed	Confirmed Review+	
