This issue is in referece to http://drupal.org/node/649010#comment-2331066

Results of my testing:

Using Node Picker v1.5, Drupal v6.14
A site on a Linux server on a 'real' external domain.

These browsers are all XP SP3:

Firefox v3.5.5 - works as expected

Safari v4.0 - works as expected

IE8 - Link is added correctly but is appended to start of all text inside HTML - ie:
Intended:

text here link text more text

Actual:

link texttext here link text more text

IE7 - nodepicker icon does not appear and IE shows a javascript error in status bar

IE6 - as IE7

Comments

peter törnstrand’s picture

Status: Active » Fixed

This seems to be a general issue in the 1.x branch. In the 2.x branch the links get inserted correctly if you do not click on any of the "local tasks" in the popup. When doing so, the selection in the main window get's canceled if you have the TinyMCE plugin "Inline popups" enabled.

Workaround: Disable the "Inline popups" plugin for TinyMCE.

mjpg’s picture

I gather that the inline popups plugin makes all dialogs to open as floating DIV layers instead of popup windows.

This avoids problems with popup blockers.

I think for most of the users I have, popup blockers would be a problem, so it would be very useful if this issue could be fixed without disabling inline popups.

Thanks for all your work on fixing these issues.

peter törnstrand’s picture

Inline popups is used for displaying TinyMCE dialogs in a iframe instead of in a separate window.

mjpg’s picture

Thanks - sorry I should have Googled it for myself - I just edited my post.

Status: Fixed » Closed (fixed)

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