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;"> </span>
But that doesn't appear to be the case in 7.32
Using
Wysiwig Module
CKEditor
Linkit 7.32
Comments
Comment #1
johnw_appno commentedI 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.
Comment #2
CLEE25 commentedThanks Much John.
Comment #3
anonWe have to make that in a version statement.
Comment #4
anonPatch in #3 commited.
Comment #6
anonChanged version aswell as 7.x-2.x is not supported. The commit was done in 7.x-3.x