Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ua-dev] Question about the embedded browser

The embedded browser uses a widget of class org.eclipse.swt.browser.Browser to display the HTML. This widget uses an underlying browser which varies depending on which OS you are running on. On Windows the Browser widget uses IE.




From:        "Jason Pyeron" <jpyeron@xxxxxxxx>
To:        <platform-ua-dev@xxxxxxxxxxx>
Date:        05/24/2011 12:29 PM
Subject:        [platform-ua-dev] Question about the embedded browser
Sent by:        platform-ua-dev-bounces@xxxxxxxxxxx




On Windows XP Eclipse helios IE 8.0

The embeded browser is unexpecedly evaluating html, this is causing me to wonder
what the browser representing it self as.

This code fragment is running inside the embedded browser but not in IE.

                <!--[if lte IE 6]>            <link rel="stylesheet" href="" />            <script type="text/_javascript_">                window.mlrunShim = true;            </script>        <![endif]-->

-Jason

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc.
http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.


_______________________________________________
platform-ua-dev mailing list
platform-ua-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ua-dev


Back to the top