Opened 9 years ago

Closed 9 years ago

#13423 closed Bug (duplicate)

Issue in "<a>" Tag

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

Description

There is a issue while inserting <table> tag inside <a> tag in CKEditor.

sample:


<a href="#"><table><tr><td>test</td></tr></table></a>

Result:


<table><tbody><tr><td><a href="#">test</a></td></tr></tbody></table>

Is there a solution

Thanks in advance

Change History (1)

comment:1 Changed 9 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #7961 which is a DUP of #9457.

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