FCKConfig.DocType does not work in 2.6
Reproduction procedure:
- Set FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ; in fckconfig.js.
- Open sample01.html.
- Examine the compatibility mode in the editor frame by typing "javascript: alert(frames[0].frames[0].document.compatMode);" - it is "BackCompat" which means Quirks mode. The editing frame should be running in standards compliance mode with DocType set to XHTML Transistional.
Change History (6)
Owner: |
set to Martin Kou
|
Status: |
new →
assigned
|
Keywords: |
Confirmed Review? added
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed with [2102].
Click here for more info about our SVN system.