Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10250 closed Bug (duplicate)

#10224 ACF problem not solved in 4.1

Reported by: Bert Hankes Owned by:
Priority: Normal Milestone:
Component: Core : Parser Version: 4.1
Keywords: Cc: info@…

Description

Hi,

I just commented #10224 but because the ticket is closed, a new one.

Just installed 4.1 and still the same problem :-(

I have (exerpt):

var allowed = 'a(iLink)[!title,!onclick,href]', required = 'a(iLink)[title,onclick]';

editor.addCommand( 'internelink', new CKEDITOR.dialogCommand( 'internelinkDialog' ),{allowedContent: allowed, requiredContent: required } );

It produces the following tag: <p><a class="iLink" onclick="iLink(25)" title="test">test</a></p>

But when changing to source and back all left is: <p>test</p>

I could be wrong in programming the plugin, but I use the link-example as reference!

Change History (2)

comment:1 Changed 11 years ago by Piotrek Koszuliński

Resolution: duplicate
Status: newclosed

There's no need to report new ticket for #10224. If we haven't fixed it we will reopen it, but, please check first, if what I've written in http://dev.ckeditor.com/ticket/10224#comment:7 helps.

comment:2 Changed 11 years ago by Bert Hankes

Hi Reinmar,

You made my day! Briljant.. it works!!!! This ticked is now out of order!

Have a nice weekend... take care.

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