After updating from 7.31 to 7.32 the 'link it' icon button is missing in my CKEDITOR.

I can still go to WYSIWYG profiles, check and uncheck the Linkit button.

And if you click on the 'blank' space (where there should be an icon) Link It fires and does what it is supposed to do.

In 7.31, this code was added in the toolbar:
<span class="cke_icon" style="background-image:url(/sites/all/modules/linkit/editors/ckeditor/linkit.png?t=D03G5XL);background-position:0 0px;">&nbsp;</span>

But that doesn't appear to be the case in 7.32

Using
Wysiwig Module
CKEditor
Linkit 7.32

Comments

johnw_appno’s picture

StatusFileSize
new427 bytes

I was experiencing the same issue and found that it was because the version of CKEditor I am using is 3.x while the code for the plugin in Linkit is written for version 4.x. I've attached a patch that should add the icon back, just make sure to clear your browser cache.

CLEE25’s picture

Thanks Much John.

anon’s picture

StatusFileSize
new599 bytes

We have to make that in a version statement.

anon’s picture

Status: Active » Fixed

Patch in #3 commited.

  • anon committed 1500537 on 7.x-3.x
    Issue #2381983 by johnw_appno, anon: Missing Icon
    
anon’s picture

Version: 7.x-3.2 » 7.x-3.x-dev

Changed version aswell as 7.x-2.x is not supported. The commit was done in 7.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.