Closed (fixed)
Project:
TinyMCE Node Picker
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Dec 2009 at 07:21 UTC
Updated:
17 Dec 2009 at 08:20 UTC
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
Comment #1
peter törnstrand commentedThis 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.
Comment #2
mjpg commentedI 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.
Comment #3
peter törnstrand commentedInline popups is used for displaying TinyMCE dialogs in a iframe instead of in a separate window.
Comment #4
mjpg commentedThanks - sorry I should have Googled it for myself - I just edited my post.