I have a hidden input field with a name that matches one i set in a the replace load. Firstly i didn't want the ckeditor to work on any fields other than textareas (so is there anyway to do this). Secondly as the input is hidden why is ckeditor formatting it anyway? Is there a way to stop this, btw this only happens in IE not in firefox.
Thu, 12/17/2009 - 12:43
#1
Re: Input hidden IE
You should protect your code and avoid using the same id and name in different places
Re: Input hidden IE
document.getElementByTagName('input') and not disregarding it if its got a hidden attribute?
Re: Input hidden IE
You can keep trying to guess what's going on, but the simple solution would be to bulletproof it against IE.