When I click on the upload image button in FCKEditor The screen pops up,but it is distorted by background of previously rendered screen.

The file does upload fine, but there are no settings shown. The box where the settings are made is distorted by the background as well and doesn't render correctly.

This could be a theme problem. I'll try another theme to see.

CommentFileSizeAuthor
#4 snapshot1.jpg278.69 KBbotanik

Comments

domineaux’s picture

I 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

SimonVlc’s picture

Same problem here with Drupal 6, wysiwyg-dev with ckeditor/markitdown (tested on garland and bluemarine).

Great job with the module btw ;).

eugenmayer’s picture

please 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?

botanik’s picture

StatusFileSize
new278.69 KB

Confirm 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.

eugenmayer’s picture

Well 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.

eugenmayer’s picture

Please refer to that howto http://drupal.org/node/694632 i just have written

eugenmayer’s picture

Status: Active » Fixed
domineaux’s picture

I 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.

eugenmayer’s picture

domineaux please stop mixing up the issues all the time. you make it really hard to organize. open one issue per task, not stories please :)

domineaux’s picture

Stories? 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.

eugenmayer’s picture

Status: Fixed » Needs work

When do the images not render, in the editor view, or the normal node view?

domineaux’s picture

The 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.

tuffnatty’s picture

Looks like you need to allow img tag in your input format settings.

domineaux’s picture

You 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

eugenmayer’s picture

Once again thanks tuffnatty. Time to add this to the documentation :)

eugenmayer’s picture

Status: Needs work » Fixed
eugenmayer’s picture

Status: Fixed » Closed (fixed)