Closed (cannot reproduce)
Project:
Wysiwyg
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 17:37 UTC
Updated:
27 Aug 2013 at 14:04 UTC
hi, this seems to have been discussed elsewhere (can't find the link right now)
on one node type i have a body field using WYSIWYG with an assigned editor, works great
on same node, i have a text field that uses plain text but is supposed to "turn URL's into links" (e.g www.google.com should automatically hyperlink)
however, on any node where wysiwyg is processing, the plain text filter can not convert URL's to links, even where that field has the "plain text" format assigned specifically to it, without a wysiwig option even available.
any thoughts?
Comments
Comment #1
twodThe URL->link transformation is done by a text filter during node view/rendering, no filter code is executed during node editing.
Wysiwyg runs all its code during node editing (to be specific, while a text_format field is being built, it runs no code during node view/rendering. Other than during previews, filter code and Wysiwyg's code normally do not both run for the same node during the same page request.
Does URL->link tranformation work if you disable Wysiwyg module? (No need to delete your editor profiles, they'll stick around and be usable when re-enabling Wysiwyg unless you completely uninstall it.)
Do you see any PHP or JavaScript errors when editing or viewing the node?
If you temporarily disable the editor using "Disable rich-text", put an URL in the field, save and view the node, is it displayed as a link?
Comment #2
twodWithout further details about the problem I can only close this issue. Please re-open it if you can provide the requested information.
Comment #3
gaele commentedFYI: #1017662: Different meanings for "plain text" (Field UI text processing vs. default Filter module text formats)