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

EvanDonovan’s picture

It 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.

sun’s picture

Status: Active » Fixed

Wysiwyg 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).

EvanDonovan’s picture

Title: Anyway to tell editors to not attach them selfs to a textarea? » Anyway to tell editors to not attach themselves to a textarea?
Project: Wysiwyg » FCKeditor - WYSIWYG HTML editor
Status: Fixed » Active

Moving this issue to FCKeditor issue queue to check there....

Jorrit’s picture

Status: Active » Closed (fixed)

Are 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.