The FCKeditor popup does'nt open (anymore)
xl-network - February 1, 2007 - 15:45
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
I use the FCKeditor as a popup (so I can use plain old HTML if I want to). I have a button 'Open rich editor' behind my body field. But when click it it does'nt work. I figgured out that the 'onclick' action is'nt there. It is stripped out. I recently updated from 5.0 to 5.1.
I tried the following (just to test my theory). Don't use the 'onclick', but use href="javascript:...". The result was that 'javascript:' was stripped and ' was replace with '
Does anyone else have this problems also? I guess the new 5.1 version does this.

#1
I think I know what's wrong. In the file includes/form.inc@1261 there's a added check_plain() in comparisson to 5.0. This wil remove unwanted strings (I guess).
#2
since jonathan was first ( http://drupal.org/node/115004 ) i'll mark this one duplicate
#3
yes I actually just posted this issue right before you at http://drupal.org/node/115004