Closed (fixed)
Project:
WYSIWYG image upload - Inline images for your WYSIWYG
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2010 at 13:36 UTC
Updated:
26 Jan 2010 at 02:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
domineaux commentedI changed to Garland theme and the first upload box popped up and looked fine. The second box came up partially rendered.
When I placed into editor box and resized my screen began to give me problems. I could not get proper mouse action to move to the top of the screen.
When I tried to use the mouse control alongside the side the screen started flashing, and would not advance.
I will try without resizing to see if this makes a difference.
----------------------------
WHen I click to saved new created content I got this message
Fatal error: Call to undefined function dsm() in /home/domainc/public_html/vine/sites/all/modules/wysiwyg_imageupload/wysiwyg_imageupload.file.inc on line 96
Comment #2
SimonVlc commentedSame problem here with Drupal 6, wysiwyg-dev with ckeditor/markitdown (tested on garland and bluemarine).
Great job with the module btw ;).
Comment #3
eugenmayer commentedplease dont use the dev anymore. Use the BETA releases. Thank you guys. Please confirm your bugs there.
Please confirm your bugs using wysiwyg 6--2.0 stable, not the dev. Simon i guess you use the dev because of the CKeditor integration, or?
Comment #4
botanik commentedConfirm this bug.
My modules:
Wysiwyg 6.x-2.0
jQuery Update 6.x-2.x-dev
jQuery UI 6.x-1.3
JQuery UI Dialog API 6.x-1.0-beta2
WYSIWYG Image upload 6.x-1.0-beta4
Firebug don`t see a css files .. look at screenshot http://drupal.org/files/issues/snapshot1.jpg
And I am see a drupal messages like as "Site offline", is this right?
Another problem for me is this project http://drupal.org/project/admin .. there is a second panel in your frame.
Comment #5
eugenmayer commentedWell this is exactly what happens when yo use the wrong jquery_ui version
The module 6.1.3 is correct, but you need jquery_ui 1.7.1 be downloaded von jquery, NOT 1.6. Please what out, jquery_ui is a module and then its a library downloaded from jquey.
http://jqueryui.com/download
You can download it here, select "no theme" to be included.
Comment #6
eugenmayer commentedPlease refer to that howto http://drupal.org/node/694632 i just have written
Comment #7
eugenmayer commentedComment #8
domineaux commentedI may be thinking too far ahead on this module.
It is uploading images as described and it does poke them into documents as indicated.
I watched the podcast again and realized the podcast stops before it shows a rendered node.
When I click to see the node as normal viewer would do there is not image, only the text content.
Yet, if I click on edit the image is still properly placed in the editor.
SO.. maybe it appears the module stops and doesn't provide the steps to render the image in the node?
Maybe hooks aren't in place to pull image into the node when it renders.
In fact, it may be that my thoughts on the final module ability are not what is intended.
What I was thinking My users can create content items with WYSIWYG editor, upload images directly into their content and then save the content items in the editor as a node.
When users access the node the entire contents from the editor (images and content text) would show in format saved.
All I get is the formatted text when I access the node created using the WYSIWYG editor and the image does not show. When I click edit on the node I do see the image in the editor.
Comment #9
eugenmayer commenteddomineaux please stop mixing up the issues all the time. you make it really hard to organize. open one issue per task, not stories please :)
Comment #10
domineaux commentedStories? I was just trying to explain.
The subject of this issue - images are not rendering
The image file uploads are not viewable in finished nodes.
I have only text content with no images that show in finished nodes.
In editor the images are uploaded and placed correctly.
Comment #11
eugenmayer commentedWhen do the images not render, in the editor view, or the normal node view?
Comment #12
domineaux commentedThe images are viewable within the editor after I upload them. They remain viewable in the editor.
After I save the contents of the editor, I cannot view the images in the node view.
I can open the editor and the images are clearly visible as placed within the editor.
Comment #13
tuffnatty commentedLooks like you need to allow img tag in your input format settings.
Comment #14
domineaux commentedYou nailed it. I wasn't thinking I had to set configuration for HTML full within the 3rd party editors.
I included full listing HTML tags in settings for FCKEditor and the images are showing up now.
http://drupal.fckeditor.net/filters
Thanks
Comment #15
eugenmayer commentedOnce again thanks tuffnatty. Time to add this to the documentation :)
Comment #16
eugenmayer commentedComment #17
eugenmayer commented