Installed packages:
1) drupal-6.15
2) wysiwyg_imageupload-6.x-1.x-dev
3) wysiwyg-6.x-2.0
4) FCKeditor_2.6.5
5) jquery_update-6.x-2.x-dev
6) jquery_ui_dialog-6.x-1.0-rc1
7) jquery_ui-6.x-1.3
8) jquery ui framework 1.7.2
9) imagecache-6.x-2.0-beta10
10) imageapi-6.x-1.6
11) transliteration-6.x-3.x-dev

It works correctly just in the Mozila FireFox browser.
In the IE8 there is an javascript error.

Can you have a look at this problem? Uploads are available publicly: http://bora.ax3.net/?q=node/add/story

Comments

eugenmayer’s picture

Sure, i will dive into this. Thanks for the informations

bora-89’s picture

Thanks for your time, I will watch for the process.

eugenmayer’s picture

most probably related to http://drupal.org/node/692780

bora-89’s picture

Yes, indeed, I have an error in the parent.js file, specifically on line 72

eugenmayer’s picture

problem solved...see the other issue

well

container = $('<div id="jq-ui-dialog-container"/>').append('<iframe id="jq-ui-dialog-iframe" name="jq-ui-dialog-iframe"'+ ($.browser.msie ? ' scrolling="yes"' : '') +'/>');    

Is not allowed in the IE8

var container = $('<div id="jq-ui-dialog-container"/>').append('<iframe id="jq-ui-dialog-iframe" name="jq-ui-dialog-iframe"'+ ($.browser.msie ? ' scrolling="yes"' : '') +'/>');    

is allowed, or this is allowed

foo = $('<div id="jq-ui-dialog-container"/>').append('<iframe id="jq-ui-dialog-iframe" name="jq-ui-dialog-iframe"'+ ($.browser.msie ? ' scrolling="yes"' : '') +'/>');    

Well, thanks for wasting my time MS.

eugenmayer’s picture

Status: Active » Fixed
eugenmayer’s picture

Status: Fixed » Closed (fixed)
bora-89’s picture

ya, you are right, Eugen. I am going to go "I like this module" section!
I create some custom distribution of Drupal, and into this package, will be included just the best modules to use,
so I wanted you to know, I will include your works. It is worth to use. Thanks.