Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Tue, 12/14/2004 - 03:55
#1
amdhappy
Joined:
04/01/2005
Posts:
5
IE ok, but not Firefox 1
Tue, 12/14/2004 - 03:13
#2
bnoblet
Joined:
29/11/2006
Posts:
179
RE: IE ok, but not Firefox 1
Yep change the Cint in tha line mentioned to Clng
Mozilla version numbers are too large for an integer.
Tue, 12/14/2004 - 03:33
#3
amdhappy
Joined:
04/01/2005
Posts:
5
RE: IE ok, but not Firefox 1
Thanks! That got past the error message.
But, now I don't get the editor displayed in Firefox, again IE is ok. In FF it shows all, including the textarea, but just no editor.
Any ideas again?
Tue, 12/14/2004 - 03:49
#4
bnoblet
Joined:
29/11/2006
Posts:
179
RE: IE ok, but not Firefox 1
Oh sorry I forgot the other bug in this page:
Change the same line to :
iVersion = Clng(Mid(sAgent, InStr(sAgent, "Gecko/") + 6, 8))
It's missing the first number of the version in the user agent string.
Tue, 12/14/2004 - 03:55
#5
amdhappy
Joined:
04/01/2005
Posts:
5
RE: IE ok, but not Firefox 1
Thanks Ben! That solved it!
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: IE ok, but not Firefox 1
Mozilla version numbers are too large for an integer.
RE: IE ok, but not Firefox 1
But, now I don't get the editor displayed in Firefox, again IE is ok. In FF it shows all, including the textarea, but just no editor.
Any ideas again?
RE: IE ok, but not Firefox 1
Change the same line to :
iVersion = Clng(Mid(sAgent, InStr(sAgent, "Gecko/") + 6, 8))
It's missing the first number of the version in the user agent string.
RE: IE ok, but not Firefox 1