Is there a way to tell WYSIWYG Editors to not attach it's self to a textarea?
#506970: WYSIWYG Editors messing up text area for .htaccess rules
What if I make the textarea read only?
Is there a way to tell WYSIWYG Editors to not attach it's self to a textarea?
#506970: WYSIWYG Editors messing up text area for .htaccess rules
What if I make the textarea read only?
Comments
Comment #1
EvanDonovan commentedIt depends on which WYSIWYG editor you're talking about. FCKeditor, I think, the user has to specify the textareas to exclude. WYSIWYG API may be different.
Comment #2
sunWysiwyg module only attaches editors to input format-enabled textareas. Most probably, your textarea for .htaccess has no input format. ;)
That means, the users who are reporting this issue still use one of the old editor integration modules (and not Wysiwyg module).
Comment #3
EvanDonovan commentedMoving this issue to FCKeditor issue queue to check there....
Comment #4
Jorrit commentedAre you a module programmer or a website user? If you're a programmer, you can set the #wysiwyg variable of the textarea element to false to prevent fckeditor from loading (only for 6.x-2.x and up). If you're a user you can exclude the textarea in your FCKeditor profile. Please reopen if this didn't help.