[Proto-Scripty] Ajax.Autocompleter used in a frame doesn't work

2008-12-16 Thread Greenosity
We have a web application that uses multiple frames. In one frame, we have a page on which we are trying the use the Scriptaculous Ajax.Autocompleter. As soon as the minimum number of characters are entered in the text field, the entire page goes blank and nothing ever happens after that. No error

[Proto-Scripty] Re: Ajax.Autocompleter used in a frame doesn't work

2008-12-17 Thread Greenosity
We found the solution: If we add 'position: relative' to the parent of the Ajax.Autocompleter input and div to populate, it works. This doesn't appear to be necessary if the same page is not in a frame. --~--~-~--~~~---~--~~ You received this message because you ar

[Proto-Scripty] 1.6.1_rc2 checkDeficiency('applet') issue

2009-04-17 Thread Greenosity
The call to checkDeficiency('applet') in prototype.js version 1.6.1_rc2 causes a problem with IE 8 on a computer that does not have Java installed (for me, Vista). Creating the applet element triggers IE8 to display the following warning: "The page you are viewing uses Java. ..." Uh, no it doesn

[Proto-Scripty] Re: 1.6.1_rc2 checkDeficiency('applet') issue

2009-04-20 Thread Greenosity
IE 8 has issues. Calling navigator.javaEnabled() returns true - even though I have never installed Java on this particular computer. Firefox 3.0.6 is correct and returns false. Using http://www.javatester.org/enabled.html, their test using this: This web browser can NOT run Java applets also

[Proto-Scripty] Re: 1.6.1_rc2 checkDeficiency('applet') issue

2009-04-20 Thread Greenosity
BTW, IE 8 does correctly display "This web browser can NOT run Java applets." after I acknowledge the modal pop-up. On Apr 20, 10:06 am, Greenosity wrote: > IE 8 has issues. Calling navigator.javaEnabled() returns true - even > though I have never installed Java on this par