Ticket #1610 (new Bug)
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
Note: See
TracTickets for help on using
tickets.