Opened 17 years ago
Closed 17 years ago
#2595 closed Bug (invalid)
getHTML, getXHTML & getData adds HTML code tht isn't there
| Reported by: | logictrap | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.6.3 |
| Keywords: | Cc: |
Description
If the editor is set with full=true, the get* methods return data that includes additional html tags such as <html> & <body> even if they are not present in the editor.
This seems like a bug as I assume these commands only return what is actually in the editor formatted to HTML or XHTML but does nt add tags that are not there. I assume getData provides no formatting.
To test this I created a field that contains only a <div> tag. Then called getData. getData added <html> & <body> tags to the <div>. If I set FULL=FALSE it returns only the <div> section.
Change History (2)
comment:1 Changed 17 years ago by
| Keywords: | getData getHTML getXHTML removed |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |

if the FCKeditor is set to "full", it should return a valid page with all required tags.