In conjunction with CKEditor 3.4.1.5892 no links appear when you click on 'insert link'. A javascript error sign appears, but disappear on some kind of reload.
Also the close button on the right is not visible.
It all works fine with IE8. Hopefully IE will disappear in obsoleteness in the near future, but till then I hope this can be fixed.

Comments

markwittens’s picture

I don't have problems with the links in IE7, for the invisible close button I have a simple fix: Just add the following to plugins/nodepicker/dialog.css (or any other included css):

#ui-dialog-title-nodepicker_dialog
{
float: left;
}

peter törnstrand’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)