Hi,
With CKeditor 3.6, when i clic onto picture button and when field form is empty, the false popup is opened and just after disappear.
Error is :
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Horodateur : Tue, 17 May 2011 07:19:13 UTC
Message : Impossible d'activer le contrôle car celui-ci est, soit invisible, soit inactif, soit d'un type ne reconnaissant pas cette fonctionnalité.
Ligne : 137
Caractère : 1781
Code : 0
URI : http://xxxx/ckeditor/ckeditor.js?t=B49E5BQ
Message : Impossible d'activer le contrôle car celui-ci est, soit invisible, soit inactif, soit d'un type ne reconnaissant pas cette fonctionnalité.
Ligne : 137
Caractère : 1904
Code : 0
URI : http://xxxx/ckeditor/ckeditor.js?t=B49E5BQ
Re: CKeditor error with IE8 when opening image manager
This bug only appears when i didn't clic onto form field, so it hasn't focus.
Re: CKeditor error with IE8 when opening image manager
Based on your description I have used the following code:
Re: CKeditor error with IE8 when opening image manager
I don't really do like this.
First i've this function :
Re: CKeditor error with IE8 when opening image manager
Hi,
@max-mag I am not sure if I understand you correctly . Do you have some code/text in editor or it is empty ? If there is some text please paste it here in post (copy from source mode).
Second please try check if this error is also exists here http://ckeditor.com/demo ?
Re: CKeditor error with IE8 when opening image manager
#2 I can't reproduce it here.
Re: CKeditor error with IE8 when opening image manager
So this looks like some bug/issue in your settings/installation. On demo page there is always the latest stable version of CKEditor (now this is 3.6).
Please try reinstall your editor or back to default settings.
Remember that in _samples directory of CKEditor there are samples files and you can look for different setting/test of editor there.
Re: CKeditor error with IE8 when opening image manager
At least that worked for me.
i.e.
<textarea cols="70" rows="10" name="myEditor" id="myEditor"> </textarea>
Hope this helps (if you haven't found a solution yet!)
- Tim