Opened 11 years ago

Closed 11 years ago

#10195 closed Bug (fixed)

Image plugin should not allow links

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone: CKEditor 4.1
Component: General Version: 4.1 RC
Keywords: Cc:

Description

Link tab in image plugin should be displayed only if links are allowed thanks to custom config.allowedContent setting or link plugin.

Change History (3)

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

Status: newconfirmed

comment:2 Changed 11 years ago by Olek Nowodziński

The following code of image plugin should be removed:

if ( CKEDITOR.dialog.isTabEnabled( editor, pluginName, 'link' ) )
	allowed += ';a[!href]';

and replaced with corresponding requiredContent in image dialog definition.

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

Resolution: fixed
Status: confirmedclosed

Fixed on major with git:cb6f552.

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