[jQuery] IE issue if using $(self.element[0]).html("") rather than $(self.element[0]).innerHTML = "" ;

2008-12-23 Thread rernens
I was having a nasty issue with IE trying to invoke swf method from javascript after inserting the movie in the DOM with $(self.element [0]).html(""). It was working nicely in all browsers but IE where I would get a "Object doesn't support this property or method " message and javascript to

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-18 Thread rernens
now works as expected. So thanks for this excellent plugin. My version of the javascript part that handles multiple instances on the same page is available to you if you wish. Regards and thanks once more. On 16 déc, 18:24, rernens wrote: > > Hmm, i'll have to investigate that, but

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-16 Thread rernens
> Hmm, i'll have to investigate that, but i am rather busy atm. > I can live without the post of additional parms, I changed my backend code to handle query string instead of form-data. Anyway if there is something I can do to help, let me know. > What flash version are you using? Did you try t

[jQuery] Re: $(document).ready on an ajax return?

2008-12-16 Thread rernens
There is no need to run $(document).ready when loading a page with ajax using jQuery. The scripts contained in the loaded content are automatically evaluated after the load has been successfull. You should insert at the end of the document you are loading alert("content loaded") It will work fl

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-15 Thread rernens
Gilles, I have pursued my investigations. I turned around the redirect issue by making sure that I return data to the plugin and use the severData callback to invoke an ajax reload of the div containing the uploaded picture. The format for passing additional parameters is a simple object in the

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-14 Thread rernens
Thanks Gilles for your reply and for the plug in. I have continued researching where the problem might be and found the following that might help : 1. plugin works in IE7, Firefox 3.04 Windows and Safari 3 but fails in Firefox 3.04 MacOS where Firefox crashes immediately after the log displays t

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-11 Thread rernens
Move to Flash Player 10 just to see if it would change something. No changes. Firefox 3 crashes. It seems that the plugin does not handle properly the 404 return code from the server. Will try on Windows with firefox and IE7 and 8.

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Me again for furher info. Found where the problem lies. 1. in fact the back end script gets called but is not triggered due to the http request constructions. I can't tell if the request is wrongly built or if my server can't handle such request but it looks like the posted file is in the query

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Hello again, finding out that my message was finally posted twice. Here is some additional info. Behavior has changed since last post and I can't figure out why as the code itself has not changed. Here is the log : uploader detected Flash player version 9.0.124, starting up... uploader is rea

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Gilles, I am not sure if my previous post got really posted so redoing it. Very nice plugin. I am testing it to include it in a new project that involves lot's of image loading. So far I have three issues : 1. the multiple settings in the uploader object creation does not seem to work, using s

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Gilles, Nice job ! I am currently trying to implement it in a project that will require many images upload at various places in the site and your plugin seems from far the most flexible. Three things. 1. multiple: false through settings while building the uploader does not work. setMultiple(fal

[jQuery] Issue with IE 7 and multiple simultaneous ajax requests

2008-06-15 Thread rernens
I have implemented a form validation process that uses ajax to check fields whenever a field value changes and also at form load when fields are filled with existing values. This process works just fine in all browsers execpt in IE when a form loads. In IE7 page loading hangs when a form that requ

[jQuery] Safari not rendering styles loaded though ajax

2008-03-09 Thread rernens
We extensively use jquery in conjunction with our proprietary CMS for building web site and web application. We use jquery 1.2.3 and face a problem only in Safari 3. Styles injected with pages loaded through ajax seem not recognized and as a result pages a not properly rendered. Works just fine in

[jQuery] Re: Issue with IE and dom injection

2008-02-03 Thread rernens
Further investigation shows that the problem is not a jquery problem but a IE issue. If, for whatever reason the injected content is incorrectly built (ie. an extra ) IE will not injct hte content in the destination DOM object without any error notice. On 30 jan, 11:25, Robert Ernens <[EMAIL PROT