Opened 9 years ago

Last modified 7 years ago

#12624 confirmed Bug

Meta-tags not displayed Document Properties dialog.

Reported by: datalink Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.3
Keywords: Cc:

Description

There is something wrong with meta-tags protection. When I open the docprops window, then keywords-, description-, autor- and copyright-fields are empty. If I remove /<meta[\s\S]*?\/?>/gi from function protectSource in file htmldataprocessor.js, it shows the content of the meta-tags.

Change History (4)

comment:1 Changed 9 years ago by datalink

no problems in 4.3

comment:2 Changed 9 years ago by Jakub Ś

Status: newconfirmed
Version: 4.4.44.4.3
  1. Put below into source code in docprops sample
    <meta content="key,key1,key2" name="keywords" />
    <meta content="desc" name="description" />
    <meta content="me" name="author" />
    <meta content="also me" name="copyright" />
    
  2. Open docprops dialog and go to meta tab

Result: meta tab is empty.

Problem can be reproduced from CKEditor 4.4.3 and is most likely the result of #8117.

comment:3 Changed 9 years ago by Jakub Ś

Additionally I'm specyfing other bugs that concern docProps plugin: #8612, #10645, #8807, #12496.

comment:4 Changed 7 years ago by Jakub Ś

Summary: meta-tags protectionMeta-tags not displayed Document Properties dialog.

#14914 was marked as duplicate.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy