Posted by jm132 on November 8, 2010 at 9:12pm
2 followers
Jump to:
| Project: | Node Picker |
| Version: | 6.x-1.0-alpha4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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;
}