Opened 8 years ago

Closed 8 years ago

#14680 closed Bug (duplicate)

Adding new tag (self-closing)

Reported by: Yunus ÖZ Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I use ckeditor in a project and i have a problem i setted 2 tag called "member, pro"

when i use them like this

<member /> <pro />

ckeditor make the first tag to auto parent for next tag so wysiwyg side show me it like this (i looked it to object-inspector)

<member> <pro /> </member>

and when i return to source code there is no problem :( looking good What is the problem i cant understand. and if i set them to normal tag (non self-closer) everything is ok

Attachments (1)

member_pro.jpg (491.3 KB) - added by Yunus ÖZ 8 years ago.
screen shot

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by Yunus ÖZ

Attachment: member_pro.jpg added

screen shot

comment:1 Changed 8 years ago by Jakub Ś

Keywords: new tag self closing removed
Resolution: duplicate
Status: newclosed
Version: 4.5.8

Please see #14418. It explains status of this issue and shows how to implement custom inline tags.

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