Closed (fixed)
Project:
External Links
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 03:52 UTC
Updated:
7 Apr 2009 at 22:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchCould you provide more information (a screenshot would be awesome), about exactly how it conflicts?
Comment #2
ezraw commentedSorry to be unclear. None of the TinyMCE buttons show up, so you can't do any formatting or linking, etc. See attachments for example.
Comment #3
ezraw commentedWould it help to know what other modules are installed? Let me know if you can't reproduce it locally and I can provide more info.
Comment #4
sunDoes that mean that just disabling External Links module makes TinyMCE work again? Did you test other editors as well?
Comment #5
ezraw commentedThat is correct. When I disable External Links, TinyMCE works again. Unfortunately I don't have any other editors installed right now to test with.
FWIW, in trying to isolate this, I found two other modules that cause the same problem with wysiwyg + TinyMCE -- Popups and Date Popup.
Comment #6
quicksketchThis should be fixed in the 1.7 version since we now use an alternate approach for adding the external icon. Previously we were adding a background image directly on the link (or tinyMCE button in your case). Now we check that the link is "display: inline" before adding the icon. Since tinyMCE buttons are all display: block, they should be excluded.
Separately, it's confusing why the links would be affected at all, since they're javascript: buttons and not external at all.
Regardless, I tested with WYSIWYG module on both FCKeditor and tinyMCE and it's fixed in the 1.7 version.
Comment #7
sunI wonder whether that test will have false positives in custom themes, but anyway - thanks for taking this on, quicksketch!
Comment #9
ronan commentedFor what it's worth, I also had this issue, and it turns out the problem (at least in my case) was not the javascript, but rather that the extlink's CSS file was the straw that broke the camel's back of IE's 31 CSS file limit. TinyMCE was then unable to load it's own stylesheet.
The solution, in case anybody else has this issue and finds this thread. Is to reduce the number of CSS files you use or turn on CSS aggregation.
Hope this helps.
Ronan