Active
Project:
Wysiwyg ImageField
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2010 at 15:29 UTC
Updated:
15 Mar 2012 at 21:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
jaarong commentedEdit to the above: On a new post with an input format that has the imagefield button, you can't submit any text/html. It doesn't display and never submits.
Comment #2
decipheredI can confirm that it does work in TinyMCE, as that is what I used for the primary development of the module.
I assume when you say TinyMCE you are referring to TinyMCE via the WYSIWYG module?
Does the Insert module alone work for you? Because that is the module that is actually inserting the HTML into the WYSIWYG. If not, check to see if you are using the latest version, or if there is a known issue.
Comment #3
jaarong commentedYes, insert works fine. Like I said, it's not the inserting of the image that doesn't work. It inserts an image fine. Enabling the field on the content type though affects everything else (text/html) in the window. It's simply blank with the exception of the image I just inserted. Turning the field off for the content type gets everything back working normally.
Comment #4
jaarong commentedSorry, need to correct the above comment. It's not enabling the checkbox on the field that is the catalyst, it is enabling the button on the wysiwyg profile. Also, text that you type in displays, but is filtered when submitted. Text that was already there (by editing a node) does not show up, but upon submit proves to still be there.
Comment #5
anonI have this same issue on blocks.
I think this is happening when you dont have any cck imagefileds.
Comment #6
anonTry this patch.
It will remove the icon if we dont have any fields for images (for exampel with blocks)
It will also prevent the dialog function to be attached to the fields wrapper
This patch has a console.log in it, DO NOT USE!!
Comment #7
jaarong commentedNot having any fields isn't my problem. Like I said, it works fine, but no text will show up in the box. I had installed this and tested it successfully several times, but I simply failed to even think about typing anything in the same box with the image in my testing.
Comment #8
spgd01 commentedI have the exact same problem with Wysiwyg API and TinyMCE.
Comment #9
huotte commentedWe were having this problem as well. We tried the patch submitted by anon above (cleaned to remove the console.log) and can verify that it works.
It would be cool if the maintainers could integrate this patch in a next point revision to allow using a version in production that is not patched by hand.
Thanks!