Changes between Initial Version and Version 3 of Ticket #12496


Ignore:
Timestamp:
Sep 29, 2014, 7:39:36 AM (10 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12496

    • Property Status changed from new to confirmed
    • Property Version changed from to 4.0 Beta
    • Property Summary changed from HTML5 Fullpage to Charset in docprops plugin is not recognized
  • Ticket #12496 – Description

    initial v3  
     11. Open document properties sample
     22. Insert below meta tag into page (under title :)). You can also insert doctype but this has no effect on result.
    13{{{
    24<meta charset="utf-8" />
    35}}}
    4 kills all inputs of the docprops window. Only
     63. Open document properties dialog and notice that charset it not set in dialog.
     74. When you set charset to UTF-8 in dialog, below meta tag is inserted:
    58{{{
    69<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    710}}}
    8 is possible.
     11This problem can be reproduced from CKEditor 4.0 beta.
     12
     13----
     14
     15In current version the problem gets worse.
     161. Let's say that you have removed HTML5 charset and decided to use HTML4 charset.
     172. In current version (latest master) this charset is also not recognized. What is more every time you set utf-8 charset in dialog, new tag gets inserted so you can end up with multiple meta tags inserted into page.
     18
     19----
     20
     21Shouldn't charset meta tag be somehow dependent on doctype or this is something developer/user should know when creating page?
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy