I have used wordpress the_editor, everything is working perfect except the link button in visual mode. When I click Link button nothing happens. It is supposed to open the popup where I can enter link and details. In HTML mode it works though.
I have used following code to initialize the editor
<?php the_editor($content, $name='contents', $prev_id = 'title', $media_buttons = true, $tab_index = 2); ?>
I am accessing plugin with super admin access.
Also when I access plugin as subscriber I cant see link button at all.