Ticket #1610 (new Bug)

Opened 12 months ago

Last modified 12 months ago

IsCompatible Function and Pocket IE

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

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

Changed 12 months ago by alfonsoml

  • reporter changed from alfonsoml to alphadev@…
Note: See TracTickets for help on using tickets.