Opened 15 years ago
Closed 15 years ago
#4914 closed Bug (invalid)
Fullpage is missing docType in output
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
The following behavior is inconsistent with v2, is it a bug?
Reproducing Procedures
- Open full page sample, switch to 'Source' mode;
- Actual Result: The docType declaration specified by 'config.docType' is missing from output.
The config.docType setting is actually for a "non fullpage" environment. In fullpage, the contents contains everything that describes the page, including the doctype. In effect, if you load contents with doctype in fullpage you'll note that the doctype is maintained as expected.