On Apr 17, 5:44 pm, Greenosity <[email protected]> wrote: > 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't. This is not good.
Interesting. Can you check what `navigator.javaEnabled()` returns for you when java is disabled? I wonder if there's any way to test this behavior without actually causing a warning (is it a modal dialog, btw?). Maybe global `HTMLAppletElement` is only present when java is installed? I tried disabling Java plugin in IE8 but a warning never appears. -- kangax --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
