Opened 15 years ago
Last modified 13 years ago
#4967 closed Bug
htmlEncodeOutput = true and jqueryadapter problem — at Version 1
Reported by: | lisaj | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | 3.1 |
Keywords: | Discussion | Cc: |
Description (last modified by )
This combination encode text in editor.
- In samples config.js set config.htmlEncodeOutput = true
- Go to jQuery adapter example
- Click Submit
- Go back
- Editor display encoded html
This is the kind of issue that I commented in http://dev.fckeditor.net/ticket/4708#comment:5
I think that the solution is to require that the input is also HTMLencoded if it must be returned that way from the editor.