<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>TeamDev Support : Blog List - JExplorer</title>
    <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer?view=blog</link>
    <description>Latest Blog Posts in JExplorer</description>
    <language>en</language>
    <pubDate>Fri, 22 Jan 2010 10:05:10 GMT</pubDate>
    <generator>Clearspace 2.5.3 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-01-22T10:05:10Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>JExplorer 2.3 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2010/01/29/jexplorer-23-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:74f52128-2cdc-4a4a-9864-21682dac5b53] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;New Features:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added support of &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/ContextMenuProviderExt.html"&gt;ContextMenuProviderExt&lt;/a&gt; interface that allows receiving notifications when popup menu is required;&lt;/li&gt;&lt;li&gt;Added &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/NewWindowEventHandlerExt2.html"&gt;NewWindowEventHandlerExt2&lt;/a&gt; that allows receiving information (url, target name, features) about popup window before it is opened;&lt;/li&gt;&lt;li&gt;Added &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/DisposeListener.html"&gt;DisposeListener&lt;/a&gt; for receiving events when WebBrowser is disposed.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Added &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/dom/HTMLDialog.html#getOleMessageLoop()"&gt;HTMLDialog&lt;/a&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/dom/HTMLDialog.html#getOleMessageLoop()"&gt;.getOleMessageLoop()&lt;/a&gt; method that returns thread in which HTML modal dialog is running;&lt;/li&gt;&lt;li&gt;The &lt;code&gt;StatusCode.UNKNOWN&lt;/code&gt; flag is passed to the &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/WebBrowserEventsHandler.html#navigationErrorOccured(com.jniwrapper.win32.ie.WebBrowser,%20java.lang.String,%20java.lang.String,%20com.jniwrapper.win32.ie.event.StatusCode)"&gt;WebBrowserEventsHandler.navigationErrorOccured()&lt;/a&gt; method instead of null.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolved Issues:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;'Call is rejected by Callee' error on print or preview of a page;&lt;/li&gt;&lt;li&gt;'Call is rejected by Callee' error on launching Find (Ctrl+F);&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/WebBrowser.html#setContent(java.lang.String)"&gt;WebBrowser.setContent()&lt;/a&gt; method fails when PDF document is already loaded;&lt;/li&gt;&lt;li&gt;Document returns wrong maximum scroll values after setting "zoom" property;&lt;/li&gt;&lt;li&gt;Cannot open Gmail and Google Reader applications in JExplorer;&lt;/li&gt;&lt;li&gt;Several HTMLDialog can't be opened in sequence;&lt;/li&gt;&lt;li&gt;&lt;code&gt;java.awt.Robot&lt;/code&gt; prevents closing WebBrowser instance;&lt;/li&gt;&lt;li&gt;Page content isn't resized correctly;&lt;/li&gt;&lt;li&gt;The &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/BrowserWindowListener.html#onWindowResize(com.jniwrapper.win32.ie.event.BrowserWindowEvent)"&gt;BrowserWindowListener.onWindowResize&lt;/a&gt; event doesn't get fired when browser is resized from JavaScript;&lt;/li&gt;&lt;li&gt;JVM doesn't exit when the &lt;code&gt;DefaultCloseOperation&lt;/code&gt; for JFrame is set to &lt;code&gt;DISPOSE_ON_CLOSE&lt;/code&gt;;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/HttpSecurityHandler.html"&gt;HttpSecurityHandler&lt;/a&gt; doesn't work on Internet Explorer 6;&lt;/li&gt;&lt;li&gt;Handling &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/event/AuthenticationHandler.html#onAuthenticate()"&gt;AuthenticationHandler.onAuthenticate()&lt;/a&gt; on Vista generates access-violation error;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getScreenShot(boolean)"&gt;Browser.getScreenShot()&lt;/a&gt; returns cropped image;&lt;/li&gt;&lt;li&gt;Browser component steals focus when web page is loaded or refreshed;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getCookies(java.net.URL)"&gt;Browser.getCookies&lt;/a&gt; and &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#setCookies(java.net.URL,%20java.util.Set)"&gt;Browser.setCookies&lt;/a&gt; methods don't work with session cookies;&lt;/li&gt;&lt;li&gt;Java crashes on &lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#close()"&gt;Browser.close()&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74f52128-2cdc-4a4a-9864-21682dac5b53] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Fri, 29 Jan 2010 12:16:50 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2010/01/29/jexplorer-23-release-notes</guid>
      <dc:date>2010-01-29T12:16:50Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-23-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1328</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.2 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/06/04/jexplorer-22-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:79337d4a-1877-4649-ab1b-a0c7a8c454d0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;New Features:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added functionality that allows processing any HTTP security problems such as "Invalid Certificate error", "Invalid Certificate Name", "Invalid Certificate Date", "Moving from a non-SSL to an SSL connection" and other (&lt;a class="jive-link-wiki-small" href="http://support.teamdev.com/docs/DOC-1114"&gt;sample&lt;/a&gt;)&lt;/li&gt;&lt;li class="list"&gt;Added the &lt;code&gt;HtmlDialogListener&lt;/code&gt; that allows receiving events when the HTML modal dialog is opened through &lt;code&gt;window.showModalDialog&lt;/code&gt; and &lt;code&gt;window.showModelessDialog&lt;/code&gt; JavaScript functions (&lt;a class="jive-link-wiki-small" href="http://support.teamdev.com/docs/DOC-1122"&gt;sample&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;The &lt;code&gt;OnBeforeUnload&lt;/code&gt; event is not fired in JExplorer when the browser is closing&lt;/li&gt;&lt;li class="list"&gt;Added the "Button number" property support in the &lt;code&gt;EventObject&lt;/code&gt; class&lt;/li&gt;&lt;li class="list"&gt;Now each &lt;code&gt;WebBrowser&lt;/code&gt; instance is running in JExplorer32.exe process instead of rundll32.exe&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolved Issues:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Adding and removing Browser component into JPanel caused blinking&lt;/li&gt;&lt;li class="list"&gt;It was possible to use &lt;code&gt;WebBrowser&lt;/code&gt; instance even after disposing it using &lt;code&gt;window.close&lt;/code&gt; JavaScript function&lt;/li&gt;&lt;li class="list"&gt;Two &lt;code&gt;IEAutomation&lt;/code&gt; instances were open instead of a single one on Windows Vista with Internet Explorer 7&lt;/li&gt;&lt;li class="list"&gt;&lt;span&gt;Opening the &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://google.com/ig"&gt;http://google.com/ig&lt;/a&gt;&lt;span&gt; web page caused unexpected JavaScript error&lt;/span&gt;&lt;/li&gt;&lt;li class="list"&gt;By default it was impossible to set the &lt;code&gt;WebBrowser&lt;/code&gt; instance as a target window&lt;/li&gt;&lt;li class="list"&gt;There was Stack overflow / Out of memory JavaScript error in Ajax applications&lt;/li&gt;&lt;li class="list"&gt;It was impossible to resize the Browser component embedded in &lt;code&gt;JSplitPane&lt;/code&gt;&lt;/li&gt;&lt;li class="list"&gt;Flash Player 10 didn't work&lt;/li&gt;&lt;li class="list"&gt;The "Can't find bundle for base name com.jniwrapper.win32.ie.colors" error occured when invoke the &lt;code&gt;HTMLElement.setBorder&lt;/code&gt; method&lt;/li&gt;&lt;li class="list"&gt;Selecting multiple options in drop down box caused repainting issue (blank drop down box)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:79337d4a-1877-4649-ab1b-a0c7a8c454d0] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Thu, 04 Jun 2009 15:20:10 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/06/04/jexplorer-22-release-notes</guid>
      <dc:date>2009-06-04T15:20:10Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-22-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1299</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.1 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/03/12/jexplorer-21-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:7ecff4d6-3918-4e90-a631-a5edba05c008] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added the &lt;code&gt;WebBrowser.getDialogEventHandler(&lt;/code&gt;) and &lt;code&gt;WebBrowser.getAuthenticationHandler()&lt;/code&gt; methods&lt;/li&gt;&lt;li class="list"&gt;Added ability to print out the license diagnostic information using &lt;code&gt;-Dteamdev.license.info=true&lt;/code&gt; VM parameter&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;Fixes:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Proxy settings now always work correctly in the WebBrowser instance&lt;/li&gt;&lt;li class="list"&gt;JavaScript execution work smoothly for IFRAME on a web page&lt;/li&gt;&lt;li class="list"&gt;Creation of an instance of &lt;code&gt;com.jniwrapper.win32.ie.scripting.Robot&lt;/code&gt; class is now enabled&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with crash on exit caused by the Adobe Reader 9 plug-in on Windows XP&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ecff4d6-3918-4e90-a631-a5edba05c008] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Thu, 12 Mar 2009 14:59:40 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/03/12/jexplorer-21-release-notes</guid>
      <dc:date>2009-03-12T14:59:40Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-21-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1271</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 2.0 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/02/04/jexplorer-20-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:258447a0-78f3-416f-b36a-10c544df88bb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;New Features:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Now each WebBrowser instance is running in a separate native process&lt;/li&gt;&lt;li class="list"&gt;Added the WebBrowser.getContent(boolean) method that allows receiving original HTML or the actual HTML of a currently loaded document&lt;/li&gt;&lt;li class="list"&gt;Added the HTMLDocument.getCharset() method that allows receiving charset for the HTML document&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Improved the WebBrowser.setContent() method, so now it doesn't require enabling JavaScript and it fires the NavigationEventListener.entireDocumentCompleted event when the new content is loaded completely into the WebBrowser document&lt;/li&gt;&lt;li class="list"&gt;Improved memory management. Now the memory required for work of the WebBrowser is allocated in a separate native process and does not dramatically affect Java application process.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="whatsnew"&gt;&lt;strong&gt;Fixes:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the problem with capturing web page&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with Print and PrintPreview functionality&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with KeyFilter functionality&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the Browser.setEnable() method causes an error&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the WebBrowser.getScreenshot() method doesn't work with 16-bit color depth mode&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when Java Applets fail if they are loaded to JExplorer browser&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the 'Call was Rejected By Callee' and 'The requested resource is in use' errors occur on WebBrowser.navigate() method&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the Browser component that placed on JInternalFrame cannot be activated using mouse properly under JDK 6.0&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the WebBrowser.setContent() method throws 'Access is denied' error&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:258447a0-78f3-416f-b36a-10c544df88bb] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <pubDate>Wed, 04 Feb 2009 13:31:10 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2009/02/04/jexplorer-20-release-notes</guid>
      <dc:date>2009-02-04T13:31:10Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-20-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1156</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.9.1 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2008/10/22/jexplorer-191-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:fbf3e7f6-e757-4da3-94a2-fa7807a89637] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added new &lt;tt&gt;BrowserWindowListener&lt;/tt&gt; listener to the &lt;tt&gt;Browser&lt;/tt&gt; class that allows receiving events such as &lt;tt&gt;onWindowResize&lt;/tt&gt;, &lt;tt&gt;onWindowResizable&lt;/tt&gt;, &lt;tt&gt;onFullScreen&lt;/tt&gt; and &lt;tt&gt;onVisible&lt;/tt&gt;.&lt;/li&gt;&lt;li class="list"&gt;Added ability to get all input parameters for pop-up window according to the parameters in the &lt;tt&gt;window.open()&lt;/tt&gt; JavaScript function.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;&lt;tt&gt;ContextMenuProvider&lt;/tt&gt; class enables to receive the original HTML element on right click action.&lt;/li&gt;&lt;li class="list"&gt;The &lt;tt&gt;Cookie&lt;/tt&gt; class is made serializable.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the issue when opening a new pop-up window causes displaying two pop-up windows.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the &lt;tt&gt;CookieManager.setCookie()&lt;/tt&gt; method causes &lt;tt&gt;LastErrorException&lt;/tt&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when silent mode doesn't work for Alert and Confirmation JavaScript dialog boxes.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when the &lt;tt&gt;WebBrowser.waitReady()&lt;/tt&gt; method causes &lt;tt&gt;NullPointerException&lt;/tt&gt; exception in some cases.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when JExplorer fails on the pages with GWT/AJAX components.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with a memory leak in &lt;tt&gt;Browser.getScreenShot()&lt;/tt&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when &lt;tt&gt;IEApplicationEventListener.onQuit()&lt;/tt&gt; event is not fired on Internet Explorer instance closing.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when &lt;tt&gt;Browser&lt;/tt&gt; component had been shown outside of application window.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Demo:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Set the limit for tab width in JExplorer Demo.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with &lt;tt&gt;NullPointerException&lt;/tt&gt; exception when closing a tab in JExplorer Demo.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue when tab caption in JExplorer Demo is outside the limits.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issues with &lt;tt&gt;ClassCastException&lt;/tt&gt; exception occurs in JExplorer Demo when clicking on the Evaluate Now button.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Documentation:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added &lt;tt&gt;PopupWindowSample&lt;/tt&gt; example that shows how to configure pop-up window according to the parameters that were passed into &lt;tt&gt;window.open&lt;/tt&gt; JavaScript function.&lt;/li&gt;&lt;li class="list"&gt;Added the chapter Pop-up windows Management in JExplorer Programmer's Guide.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fbf3e7f6-e757-4da3-94a2-fa7807a89637] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Wed, 22 Oct 2008 13:00:13 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2008/10/22/jexplorer-191-release-notes</guid>
      <dc:date>2008-10-22T13:00:13Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-191-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1102</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.9 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/10/26/jexplorer-19-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:b9c7d61e-5684-4638-a47d-11092d2e7d91] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added the ability to clear the Internet Explorer browser cache (temporary files, URL history or cookies). See the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browsers.html#clearCache%28com.jniwrapper.win32.wininet.InternetCacheEntry%29"&gt;com.jniwrapper.win32.ie.Browsers.clearCache()&lt;/a&gt;&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list" style="text-align: left;"&gt;Added functionality allowing maintaining global and current process proxy settings, including the ability to set Proxy URL exceptions.&lt;br/&gt;See the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/proxy/ProxyManager.html"&gt;com.jniwrapper.win32.ie.proxy.ProxyManager&lt;/a&gt;&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Added the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/cookie/CookieManager.html"&gt;CookieManager&lt;/a&gt;&lt;/code&gt; class for working with existing browser cookies.&lt;/li&gt;&lt;li class="list"&gt;Added support for the &lt;code&gt;Node.isEqualNode()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Added the feature for setting an &lt;code&gt;IWebBrowser2&lt;/code&gt; instance to the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/IEAutomation.html"&gt;IEAutomation&lt;/a&gt;&lt;/code&gt; control.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Added the ability to keep main thread execution until any &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/IEAutomation.html"&gt;IEAutomation&lt;/a&gt;&lt;/code&gt; instance is alive.&lt;/li&gt;&lt;li class="list" style="text-align: left;"&gt;Added escaping control chars in a JavaScript string during the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/WebBrowser.html#executeScript%28java.lang.String%29"&gt;WebBrowser.executeScript()&lt;/a&gt;&lt;/code&gt; method execution.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the issue where pressing of the Alt+F6 key combination makes the Browser component hang for some time.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the HTML body element becomes non-scrollable if the page uses &lt;code&gt;&amp;lt;!DOCTYPE&amp;gt;&lt;/code&gt; directive.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where an occasional exception occurs when the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html#getScreenShot%28boolean%29"&gt;Browser.getScreenShot()&lt;/a&gt;&lt;/code&gt; method is called.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where during destroying of the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/Browser.html"&gt;com.jniwrapper.win32.ie.Browser&lt;/a&gt;&lt;/code&gt; component, the application hangs.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with distribution of key actions (backspace, Alt + → or Alt + ←) on several Browser components at the same time.&lt;/li&gt;&lt;li class="list" style="text-align: left;"&gt;Fixed the issue where JExplorer freezes if the user navigates to the &lt;a class="popup" href="http://finance.google.com/" onclick="" rel="nofollow" target="_blank"&gt;http://finance.google.com&lt;/a&gt; page.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where it is impossible to disable Java applets and Running ActiveX control (in Windows Vista).&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/HeadlessBrowser.html#executeScript%28java.lang.String%29"&gt;IAutomation.executeScript&lt;/a&gt;&lt;/code&gt; method doesn't work.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the pop-up dialogs are opened using a target open behind the active window.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/HeadlessBrowser.html#waitReady%28%29"&gt;IEAutomation.waitReady()&lt;/a&gt;&lt;/code&gt; method hangs if the Internet Explorer instance is closed.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the 'RPC server is unavailable' error occurs if the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/IEAutomation.html"&gt;IEAutomation&lt;/a&gt;&lt;/code&gt; instance is closed.&lt;/li&gt;&lt;li class="list"&gt;Fixed the internal issue: License guard system still uses "Cp1252" charset, instead of "UTF-8".&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where a program that creates a &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/HeadlessBrowser.html"&gt;HeadlessBrowser&lt;/a&gt;&lt;/code&gt; instance does not terminate.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Demo:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Web page thumbnail is displayed in a tooltip for each tab.&lt;/li&gt;&lt;li class="list"&gt;Added the "Proxy Settings" dialog for configuring proxy settings.&lt;/li&gt;&lt;li class="list"&gt;Display of the site's favorite icon on tabs near the page title.&lt;/li&gt;&lt;li class="list"&gt;Fixed problem with Ctrl+T not opening a new tab if focus is inside the page&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Documentation:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Added &lt;code&gt;ClearCacheSample&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;UpdateProxySettingsSample&lt;/code&gt; that shows how to change global and process proxy settings.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;CookieManagerSample&lt;/code&gt; that demonstrates how to use the &lt;code&gt;&lt;a class="jive-link-external-small" href="http://www.teamdev.com/downloads/jexplorer/javadoc/com/jniwrapper/win32/ie/cookie/CookieManager.html"&gt;CookieManager&lt;/a&gt;&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Added the chapter 'Working with Proxy Settings' in JExplorer Programmer's Guide.&lt;/li&gt;&lt;li class="list"&gt;Added information about using JExplorer in applets in JExplorer Programmer's Guide.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9c7d61e-5684-4638-a47d-11092d2e7d91] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Fri, 26 Oct 2007 13:02:51 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/10/26/jexplorer-19-release-notes</guid>
      <dc:date>2007-10-26T13:02:51Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-19-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1103</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.8 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/06/12/jexplorer-18-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:94c43c53-1a27-401e-9543-207dbc5432e2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added the &lt;code&gt;InternetFeatures&lt;/code&gt; class the Browser component that provides the ability to block popups, enable or disable a native &lt;code&gt;XMLHttpRequest&lt;/code&gt; object and more.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to get a screen shot for the HeadlessBrowser component.&lt;/li&gt;&lt;li class="list"&gt;Added processing of the mouse (keyboard) focus event for the Browser component.&lt;/li&gt;&lt;li class="list"&gt;Set the child window title to its document title.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Added new settings to the &lt;code&gt;WebBrowser.Properties&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Added the Expires, LastUpdated and LastVisited time (in milliseconds) to the &lt;code&gt;BrowserHistory.Entry&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Implemented the &lt;code&gt;MouseEventImpl.initEvent()&lt;/code&gt; method.&lt;/li&gt;&lt;/ul&gt;&lt;div id="whatsnew"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the issue with memory leaks on form submission.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where clicking F5 causes deadlock in Internet Explorer 7.0.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;Browser.getContent()&lt;/code&gt; method causes memory leaks.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where a parent window is listening to backspace key events of a child window.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;Browser.stop()&lt;/code&gt; method doesn't notify &lt;code&gt;Browser.waitReady()&lt;/code&gt; of the page download completion.&lt;/li&gt;&lt;li class="list"&gt;Fixed the exception that occurs when calling several browser.&lt;code&gt;executeScript()&lt;/code&gt; methods that should return the &lt;code&gt;IDispatch value&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the Internet Explorer window handle is lost (Windows 2000).&lt;/li&gt;&lt;li class="list"&gt;Fixed StackOverflowError that occurs when the &lt;code&gt;Browser.addNotify()&lt;/code&gt; method is called iteratively.&lt;/li&gt;&lt;li class="list"&gt;Fixed the exception that occurs when removing the Browser component during a navigation operation.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where JExplorer loses focus after hiding an alert message box.&lt;/li&gt;&lt;li class="list"&gt;Fixed a JavaScript error when a new window of the default size is opened despite the preset size.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the &lt;code&gt;HeadlessBrowser.getScreenShot(true)&lt;/code&gt; method increases the result image size.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue where the browser blinks when moving the cursor to the link on a web page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94c43c53-1a27-401e-9543-207dbc5432e2] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Tue, 12 Jun 2007 13:04:55 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2007/06/12/jexplorer-18-release-notes</guid>
      <dc:date>2007-06-12T13:04:55Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-18-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1104</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.7 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2006/09/01/jexplorer-17-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:3c148944-42a3-4510-b9d6-d4a71217bff7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.6:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;The &lt;code&gt;EventObject&lt;/code&gt; class extended with new properties like 'button', 'ctrlLeft' etc.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to capture the screenshot of a Browser component.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to print browser component contents.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to retrieve and set Internet Explorer proxy settings.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;IEAutomation&lt;/code&gt; class, allowing to automate Internet Explorer application without embedding into Swing UI.&lt;/li&gt;&lt;li class="list"&gt;Added support for &lt;code&gt;onFullScreen&lt;/code&gt; event in &lt;code&gt;StatusEventListener&lt;/code&gt; interface.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to enable/disable refreshing of current page after changing browser properties.&lt;/li&gt;&lt;li class="list"&gt;Added support of mouse events in the Browser component.&lt;/li&gt;&lt;li class="list"&gt;&lt;code&gt;UrlMonFunctions&lt;/code&gt; class exteded with &lt;code&gt;createURLMoniker()&lt;/code&gt;, &lt;code&gt;createAsyncBindCtx()&lt;/code&gt; and &lt;code&gt;registerBindStatusCallback()&lt;/code&gt; methods.&lt;/li&gt;&lt;li class="list"&gt;Implemented the &lt;code&gt;IDocHostUIHandler::GetOptionKeyPath&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Added support of &lt;code&gt;IAuthenticate&lt;/code&gt; COM interface, allowing JExplorer to perform authentication/login programmatically, using user-defined credentials.&lt;/li&gt;&lt;li class="list"&gt;newWindow3 action problem under Windows XP Service Pack 1.&lt;/li&gt;&lt;li class="list"&gt;Stability improvements.&lt;/li&gt;&lt;li class="list"&gt;Improved JavaDocs.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed endless loop with rendering &amp;lt;select&amp;gt;/&amp;lt;option&amp;gt; html controls.&lt;/li&gt;&lt;li class="list"&gt;Fixed problem with &lt;code&gt;DialogEventHandler&lt;/code&gt; not handling dialogs exceeding 255 characters.&lt;/li&gt;&lt;li class="list"&gt;Fixed exception thrown when handling multiple child browsers.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with using ' and " symbols in the &lt;code&gt;WebBrowser.executeScript()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with Browser child window not closing after &lt;code&gt;window.close()&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with losing target frame after opening a new window using JavaScript &lt;code&gt;window.open()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed exception thrown in &lt;code&gt;Browser.navigate()&lt;/code&gt; method when creating the Browser instance.&lt;/li&gt;&lt;li class="list"&gt;Fixed ClassCastException thrown when trying to get list of TableCell items from &lt;code&gt;TableRow.getCells()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem when showing several Browser instances at the same time.&lt;/li&gt;&lt;li class="list"&gt;Improved document event listeners registration mechanism.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with repainting of Browser component in a Swing container (after add/remove operation).&lt;/li&gt;&lt;li class="list"&gt;Added compatibility of the product with the Windows XP SP1 and Windows 2000.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c148944-42a3-4510-b9d6-d4a71217bff7] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <pubDate>Fri, 01 Sep 2006 13:05:37 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2006/09/01/jexplorer-17-release-notes</guid>
      <dc:date>2006-09-01T13:05:37Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-17-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1105</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.6 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2006/01/30/jexplorer-16-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:fe83dd9c-c18b-463f-988a-b497800ccc2d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.5:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added the ability to specify 'TargetFrameName' parameter in the &lt;code&gt;WebBrowser.navigate()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to suppress "Internet Explorer Script Error" dialog and use &lt;code&gt;DialogEventHandler&lt;/code&gt; instead.&lt;/li&gt;&lt;li class="list"&gt;Added support of XP style for the Browser component, so all native controls will have XP L&amp;amp;F.&lt;/li&gt;&lt;li class="list"&gt;Extended &lt;code&gt;KeyFilter&lt;/code&gt; class to enable filtering of system keys such as Left, Right and so on.&lt;/li&gt;&lt;li class="list"&gt;Provided support for &lt;code&gt;DWebBrowserEvents::newWindow3&lt;/code&gt; events.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to check whether the version of Internet Explorer is supported.&lt;/li&gt;&lt;li class="list"&gt;Added submit/reset functionality to &lt;code&gt;HTMLFormElement&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to set custom AWT cursors in the Browser component.&lt;/li&gt;&lt;li class="list"&gt;Added a special event to &lt;code&gt;NavigationEventListener&lt;/code&gt;. It fires only when the whole HTML document is loaded.&lt;/li&gt;&lt;li class="list"&gt;Added the &lt;code&gt;mainDocumentComplete&lt;/code&gt; event when the document is loaded to the main browser.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed memory leaks.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with closing a Swing menu when clicking on the WebBrowser component.&lt;/li&gt;&lt;li class="list"&gt;Fixed &lt;code&gt;DisableDownload&lt;/code&gt; functionality. Now if the &lt;code&gt;beforeFileDownload()&lt;/code&gt; method (of the &lt;code&gt;WebBrowserEventsHandler&lt;/code&gt; interface) returns false, downloads are disabled and vice versa.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with HTC files remaining locked when WebBrowser is closed.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in &lt;code&gt;WebBrowser.navigate(String location, String postData)&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed incorrect handling of navigation events in popup windows.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with &lt;code&gt;WebBrowser.setSilet(boolean)&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with closing the browser that contains an XML document.&lt;/li&gt;&lt;li class="list"&gt;Fixed access violations after loading a corrupted XML page.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with the custom KeyFilters assigned to WebBrowser.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem when ComboBox drop-down list immediately hides, after click on it&lt;/li&gt;&lt;li class="list"&gt;If &amp;lt;SELECT&amp;gt; contains &amp;lt;OPTGROUP&amp;gt; elements, E_INVALIDARG is thrown on attempt to select an option.&lt;/li&gt;&lt;li class="list"&gt;Fixed implementation of the &lt;code&gt;Cookie.create()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with multiple calls of the &lt;code&gt;browser.getContent()&lt;/code&gt; method resulting in access violation.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;JExplorer Demo:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the problem with failing to open a child window in the demo.&lt;/li&gt;&lt;li class="list"&gt;Fixed the deadlock problem with closing child windows in the browser.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with closing child popup windows in the demo.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fe83dd9c-c18b-463f-988a-b497800ccc2d] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <pubDate>Mon, 30 Jan 2006 13:06:49 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2006/01/30/jexplorer-16-release-notes</guid>
      <dc:date>2006-01-30T13:06:49Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-16-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1106</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.5 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/06/18/jexplorer-15-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:6350f915-36d5-40e9-8dd2-65d76ed0d0de] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt; &lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.4:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added new methods for setting (&lt;code&gt;WebBrowser.setCookie(String url, Cookie cookie)&lt;/code&gt; method) and getting (&lt;code&gt;WebBrowser.getCookies(String url)&lt;/code&gt; method) cookies for the specified URL;&lt;/li&gt;&lt;li class="list"&gt;Added support of extended browser's properties (&lt;code&gt;WebBrowser.getProperties()&lt;/code&gt; function), such as:&lt;/li&gt;&lt;li style="list-style: none"&gt;&lt;ul&gt;&lt;li class="list"&gt;ShowScrollBars - property that allows to show or hide the browser's scroll bars;&lt;/li&gt;&lt;li class="list"&gt;Show3DBorder - property that allows to show or hide the 3D border around the browser control;&lt;/li&gt;&lt;li class="list"&gt;AllowImages - property that allows or disallows images;&lt;/li&gt;&lt;li class="list"&gt;AllowVideos - property that allows or disallows videos;&lt;/li&gt;&lt;li class="list"&gt;AllowSounds - property that allows or disallows sounds;&lt;/li&gt;&lt;li class="list"&gt;AllowScripts - property that allows or disallows the executing of scripts;&lt;/li&gt;&lt;li class="list"&gt;AllowJavaApplets - property that allows or disallows the loading and executing of Java Applets;&lt;/li&gt;&lt;li class="list"&gt;AllowDownloadActiveX - property that allows or disallows the downloading of the ActiveX controls;&lt;/li&gt;&lt;li class="list"&gt;AllowRunActiveX - property that allows or disallows the executing of the ActiveX controls;&lt;/li&gt;&lt;li class="list"&gt;AllowContextMenu - property that enables or disables the context menu;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li class="list"&gt;Improved performance of DOM adapters;&lt;/li&gt;&lt;li class="list"&gt;Improved memory management in DOM adapters;&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed critical memory leaks in the DOM arapters;&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with searching (using, for example the &lt;code&gt;getElementById()&lt;/code&gt; method) of the embedded &lt;code&gt;IFRAME&lt;/code&gt; elemtents;&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in the implementation of the &lt;code&gt;StatUrl&lt;/code&gt; structure, which caused incorrect functioning of the &lt;code&gt;BrowserHistory&lt;/code&gt; class;&lt;/li&gt;&lt;li class="list"&gt;Other minor bugfixes;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6350f915-36d5-40e9-8dd2-65d76ed0d0de] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/jexplorer?view=tags">jexplorer_release</category>
      <pubDate>Sat, 18 Jun 2005 13:08:59 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/06/18/jexplorer-15-release-notes</guid>
      <dc:date>2005-06-18T13:08:59Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-15-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1107</wfw:commentRss>
    </item>
  </channel>
</rss>

