Opened 16 years ago

Closed 11 years ago

#1610 closed Bug (fixed)

IsCompatible Function and Pocket IE

Reported by: alphadev@… Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6
Keywords: HasPatch Cc: iktorniasty@…

Description

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

Change History (6)

comment:1 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Reporter: changed from Alfonso Martínez de Lizarrondo to alphadev@…

comment:2 Changed 13 years ago by Wiktor Walc

Version: FCKeditor 2.6

comment:3 Changed 12 years ago by testuser

Cc: iktorniasty@… added

comment:4 Changed 12 years ago by testuser

Cc: iktorniasty@… removed

comment:5 Changed 12 years ago by testuser

Cc: iktorniasty@… added

comment:6 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy