Opened 17 years ago
Closed 12 years ago
#1610 closed Bug (fixed)
IsCompatible Function and Pocket IE
Reported by: | 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 17 years ago by
Reporter: | changed from Alfonso Martínez de Lizarrondo to alphadev@… |
---|
comment:2 Changed 14 years ago by
Version: | → FCKeditor 2.6 |
---|
comment:3 Changed 13 years ago by
Cc: | iktorniasty@… added |
---|
comment:4 Changed 13 years ago by
Cc: | iktorniasty@… removed |
---|
comment:5 Changed 13 years ago by
Cc: | iktorniasty@… added |
---|
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |