Re: BROWSER-PANE and JS warnings
I'm on Win7 and the IE installed is 11.
The warnings I get are script errors - and LOTS of them. I'm given
the option to stop running scripts, but even if I select that, the
error messages continue to pop up because many pages have JS from
different URLs.
A random example would be
http://feeds.reuters.com/~r/reuters/companyNews/~3/tp09XLDhr-Q/story01.htm
which runs fine on IE 11 but is unacceptable in a browser pane.
Apart from me not being a COM expert, implementing different security
settings per URL would not be an option as this is for an app where we
won't know in advance which sites the user might want to visit.
Thanks for your help,
Edi.
On Wed, Feb 26, 2014 at 11:47 AM, Paulo Madeira <acelent@gmail.com> wrote:
>
> 2014-02-26 8:39 GMT+00:00 Edi Weitz:
>> Another BROWSER-PANE issue, again LWW 6.1.1 on Win7:
>>
>> For almost every commercial website I tried, I get annoying Javascript
>> warnings from the browser pane. My guess would be that BROWSER-PANE
>> is based on an old IE version that's lurking somewhere in the guts of
>> Windows. Is that right?
>>
>> Is there a way to get rid of these messages or to switch to a newer IE version?
>
> The WebBrowser component uses whatever version of IE that is installed.
>
> Switching to another IE version is installing a new IE version, which
> is restrained in some versions of Windows (up to IE8 on XP, up to IE9
> in Vista).
>
> In IE 8+, by default the content of a WebBrowser control is in IE7
> Standards Mode, see the following IEBlog posts:
>
> http://blogs.msdn.com/b/ie/archive/2011/03/24/ie9-s-document-modes-and-javascript.aspx
>
> http://blogs.msdn.com/b/ie/archive/2010/10/19/testing-sites-with-browser-mode-vs-doc-mode.aspx
>
> http://blogs.msdn.com/b/ie/archive/2010/03/02/how-ie8-determines-document-mode.aspx
>
> http://blogs.msdn.com/b/ie/archive/2009/03/10/more-ie8-extensibility-improvements.aspx
>
> http://blogs.msdn.com/b/ie/archive/2009/06/17/compatibility-view-and-smart-defaults.aspx
>
> http://blogs.msdn.com/b/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx
>
> It would be interesting to know which specific warnings you're
> getting. It's possible to implement some COM interfaces to tell what
> security zone applies to an URL, disable warnings and use a separate
> registry key path for browser settings, though it doesn't follow the
> usual IUnknown::QueryInterface path, but
> IServiceProvider::QueryService instead.
>
> Best regards,
>
> Paulo Madeira
>
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html
>
_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html