I use ckeditor 3.x in my web page , and i found that when i use chrome to browser the page using ckeditor , i can't receive the posted data from ckeditor ( textarea value ) !
Only chrome can not receive the posted value , IE and FF just work fine !
Any one can help me ?
Only chrome can not receive the posted value , IE and FF just work fine !
Any one can help me ?
Re: ckeditor 3.x with chrome problem !
I was using jquery adapter to generate the ckeditor in my web page , so when i submit the form , the next page receive the textarea data ( by POST method ) is empty !
So i try to use the pure javascript with ckeditor instance , and the problem (the problem in chrome) is resolved !
But i still can not know what problem is that with my first question !