﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1610	IsCompatible Function and Pocket IE	alphadev@…		"If FCKeditor finds a Pocket IE it marks it as compatible but nothing loads on the screen.

I've modified the IsCompatible Function for ASP integration with:
{{{
Private Function IsCompatible()
(...)
If InStr(sAgent, ""Windows CE"") > 0 Then ' Check Pocket IE
IsCompatible = False
(..)
}}}
Now the editor not load on Pocket IE and it display the textarea!

Regards,

Simone
----
Moved from http://sourceforge.net/tracker/index.php?func=detail&aid=1385128&group_id=75348&atid=543655"	Bug	closed	Normal		General	FCKeditor 2.6	fixed	HasPatch	iktorniasty@…
