Opened 12 years ago
Closed 12 years ago
#6759 closed Bug (wontfix)
Protected source does not protect attributes
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
With configuration setting for PHP code:
config.protectedSource.push( /<\?[\s\S]*?\?>/g );
attributes are not protected
<input name="error" type="text" value="<?=$error?>" />
Note that apart from being able to switch from wysiwyg mode and back without losing content, it should work also in the "Text Field Properties" dialog when viewing the value.
Right now the result is:
value="<!--{cke_protected}%3C%3F%3D%24var%3F%3E-->"
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | → CKEditor 3.5.2 |
---|
comment:3 Changed 12 years ago by
Milestone: | CKEditor 3.5.3 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This becomes a wontfix as stated by this comment.
Related ticket: #4475. I'm not sure if the patch included there targets this issue as well.