Thank you Sabri, this patch works very fine.
On May 6, 7:05 pm, Sabri LABBENE <[email protected]> wrote: > Hi, > You need to apply a small patch to your prototype.js > Instead of " while ((element = element.parentNode) && element != > document.body", put: > while ((element = element.parentNode) && element != document.body && > Object.isElement(element)) > > I have the 1.6.1_rc2 and the patch is to apply in Line 2411. > If you have a different version of prototype, the patch can also work. > > Even if IE sucks, it still be considered as the corporate web browser in > many companies :-( > > -- Sabri. > > On Wed, May 6, 2009 at 5:12 PM, Alex McAuley < > > [email protected]> wrote: > > > IE6 sucks dont support it !!!!.. if developers stop supporting it then it > > will force change in the industry and we wont have these headaches anymore! > > > ----- Original Message ----- > > From: "virchete" <[email protected]> > > To: "Prototype & script.aculo.us" < > > [email protected]> > > Sent: Wednesday, May 06, 2009 4:05 PM > > Subject: [Proto-Scripty] Ajax.Autocompleter error in IE 6 > > > > hello, > > > > I have been looking for the solution in the web and I didn't find > > > anything. My problem appears only in IE and works fine in Firefox. The > > > problem is the following: > > > > -The first time that I write something I don't receive the list. If > > > you stop writting (for example 1 second) and then continue writting or > > > deleting.. (pressing a key) you receive the list of items. But the > > > first time you do not receive anything. > > > > -Just to confirm where is the error I have made the following checks: > > > -The server receives the ajax request. > > > -The server response correctly the Ajax request with a list of > > > results. > > > Then no result is displayed. > > > > Could someone tell me what is the function in controls.js or other > > > file of prototype that take the response of the server, parse and > > > include in the div specified in the Ajax.Autocompleter request. > > > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
