<?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>JExplorer Announcements</title>
    <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog</link>
    <description />
    <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>
    <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:10239b37-95c5-4e28-987e-1939bf468d85] --&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:10239b37-95c5-4e28-987e-1939bf468d85] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Fri, 29 Jan 2010 12:16:50 GMT</pubDate>
      <author>Kazmin</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>1 month, 3 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:d2cd75da-6b67-41f3-8d48-d800550b74b6] --&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:d2cd75da-6b67-41f3-8d48-d800550b74b6] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Thu, 04 Jun 2009 15:20:10 GMT</pubDate>
      <author>Kazmin</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>9 months, 2 weeks 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:06863ca1-37ad-408d-9b87-c33e35e2ff60] --&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:06863ca1-37ad-408d-9b87-c33e35e2ff60] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Thu, 12 Mar 2009 14:59:40 GMT</pubDate>
      <author>Kazmin</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, 1 week 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:c8f3184e-5dc3-4bcc-a0ae-5f26e4ac5ee4] --&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:c8f3184e-5dc3-4bcc-a0ae-5f26e4ac5ee4] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <pubDate>Wed, 04 Feb 2009 13:31:10 GMT</pubDate>
      <author>Kazmin</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, 1 month 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:075aafe5-d152-40fe-8e48-f09f6b58b1a3] --&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:075aafe5-d152-40fe-8e48-f09f6b58b1a3] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Wed, 22 Oct 2008 13:00:13 GMT</pubDate>
      <author>IgorShvydkoy</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, 1 month 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:c5bc0be1-1335-48a9-8a45-7ded2d9eb532] --&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:c5bc0be1-1335-48a9-8a45-7ded2d9eb532] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Fri, 26 Oct 2007 13:02:51 GMT</pubDate>
      <author>IgorShvydkoy</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, 1 month 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:34490bf7-0ff9-4f8f-b382-2658af4a9096] --&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:34490bf7-0ff9-4f8f-b382-2658af4a9096] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Tue, 12 Jun 2007 13:04:55 GMT</pubDate>
      <author>IgorShvydkoy</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, 1 month 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:dceaf2aa-50ac-45d0-91e1-12f390b1f9f6] --&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:dceaf2aa-50ac-45d0-91e1-12f390b1f9f6] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Fri, 01 Sep 2006 13:05:37 GMT</pubDate>
      <author>IgorShvydkoy</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, 1 month 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:2054752d-a463-46d1-b13a-2267b31a3acb] --&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:2054752d-a463-46d1-b13a-2267b31a3acb] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <pubDate>Mon, 30 Jan 2006 13:06:49 GMT</pubDate>
      <author>IgorShvydkoy</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, 1 month 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:0a594f4a-3135-4a52-a573-3b301665532e] --&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:0a594f4a-3135-4a52-a573-3b301665532e] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <pubDate>Sat, 18 Jun 2005 13:08:59 GMT</pubDate>
      <author>IgorShvydkoy</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, 1 month 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>
    <item>
      <title>JExplorer 1.4 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/06/07/jexplorer-14-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:3d1e54ff-538a-47fe-9fbb-00e7ca9af794] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.3:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Improved memory management in browser implementation; now its method &lt;code&gt;close()&lt;/code&gt; correctly frees native resources;&lt;/li&gt;&lt;li class="list"&gt;Added special ability (which is disabled in browsers for security reasons by default) that allows to select a file to the file input controls; for this purpose we have added new &lt;code&gt;inputFileName&lt;/code&gt; method to the &lt;code&gt;Robot&lt;/code&gt; class;&lt;/li&gt;&lt;li class="list"&gt;Improved the performance of the &lt;code&gt;DomFactory&lt;/code&gt; functionality;&lt;/li&gt;&lt;li class="list"&gt;Improved the performance of all DOM wrappers;&lt;/li&gt;&lt;li class="list"&gt;Improved the performance of &lt;code&gt;waitReady()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Added ability to filter/handle keyboard events, using new &lt;code&gt;KeyFilter&lt;/code&gt; functionality;&lt;/li&gt;&lt;li class="list"&gt;Introduced new combined &lt;code&gt;jexplorer-pro-[version].jar&lt;/code&gt; library (for Professional version), which consists of two JNIWrapper and JExplorer libraries;&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 problem in &lt;code&gt;HTMLElement.click()&lt;/code&gt; method, which caused hanging sometimes;&lt;/li&gt;&lt;li class="list"&gt;Fixed problem in handling of keyboard navigation events, such as &lt;code&gt;Alt+LEFT&lt;/code&gt;, &lt;code&gt;Alt+RIGHT&lt;/code&gt; etc.;&lt;/li&gt;&lt;li class="list"&gt;Documented all not implement yet methods in DOM wrappers;&lt;/li&gt;&lt;li class="list"&gt;Implemented &lt;code&gt;getPrefix()&lt;/code&gt; and &lt;code&gt;getNamespaceURI()&lt;/code&gt; methods of &lt;code&gt;Element&lt;/code&gt; interface;&lt;/li&gt;&lt;li class="list"&gt;Fixed problem in &lt;code&gt;waitChildCreation()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;&lt;code&gt;ScriptErrorEvent&lt;/code&gt; now correctly returns a line number;&lt;/li&gt;&lt;li class="list"&gt;Fixed handling of the result of the &lt;code&gt;WebBrowserEventsHandler.beforeNavigate&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Various updates and fixes in demo and samples;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d1e54ff-538a-47fe-9fbb-00e7ca9af794] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <pubDate>Tue, 07 Jun 2005 13:10:30 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/06/07/jexplorer-14-release-notes</guid>
      <dc:date>2005-06-07T13:10:30Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-14-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1108</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.3 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/03/21/jexplorer-13-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:59dc2524-58f1-4349-8310-b2b54287d24b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.2:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Improved stability;&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;HtmlDocument.getTitle()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;HTMLElement.getElementPeer()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Added convenient way for tracking child/popup windows;&lt;/li&gt;&lt;li class="list"&gt;Added implementations of &lt;code&gt;equals()&lt;/code&gt; and &lt;code&gt;hashCode()&lt;/code&gt; methods in the DOM wrappers;&lt;/li&gt;&lt;li class="list"&gt;Added notes about not implemented yet DOM methods;&lt;/li&gt;&lt;li class="list"&gt;Updated Programmer's Guide;&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 the problem &lt;code&gt;OptionElement.select()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Improved the performance in the &lt;code&gt;WebBrowser.waitReady()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with opening a new browser window;&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with setting a focus in &lt;code&gt;Browser component&lt;/code&gt;;&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in the JExplorerDemo.bat file for Standard version;&lt;/li&gt;&lt;li class="list"&gt;JExplorer Demo: the application now supports Unicode symbols;&lt;/li&gt;&lt;li class="list"&gt;JExplorer Demo: fixed the problem when browsing FTPs;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59dc2524-58f1-4349-8310-b2b54287d24b] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Mon, 21 Mar 2005 13:11:25 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/03/21/jexplorer-13-release-notes</guid>
      <dc:date>2005-03-21T13:11:25Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-13-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1109</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.2 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/02/01/jexplorer-12-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:079ddb03-ec1b-48a1-8142-4d04b0472c70] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 1.0:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added Forms API, which improves the accessing to the FORM controls;&lt;/li&gt;&lt;li class="list"&gt;Added the disabling/enabling of the alert, confirmation and error dialogs through &lt;code&gt;WebBrowser.setSilent()&lt;/code&gt; call;&lt;/li&gt;&lt;li class="list"&gt;Each browser component now works in its own thread;&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;StatusCode&lt;/code&gt; object for retrieving error codes and error messages;&lt;/li&gt;&lt;li class="list"&gt;Add the ability to setup attribute values with case sensitive/insensitive names in the &lt;code&gt;HTMLElement&lt;/code&gt; class;&lt;/li&gt;&lt;li class="list"&gt;Deprecated &lt;code&gt;DomRobot&lt;/code&gt; class. All the functionality of this obsolete class were moved to appropriate HTML element wrapper class;&lt;/li&gt;&lt;li class="list"&gt;Added API differences with previous version;&lt;/li&gt;&lt;li class="list"&gt;Added documentation for all packages;&lt;/li&gt;&lt;li class="list"&gt;Added new samples for JExplorer;&lt;/li&gt;&lt;li class="list"&gt;Version numbering is added in MANIFEST.MF file of the library JAR;&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;Solved the problem with the disabling of Explorer context menu;&lt;/li&gt;&lt;li class="list"&gt;Fixed COM &lt;code&gt;E_FAIL&lt;/code&gt; exception when calling &lt;code&gt;Browser.getStatusText()&lt;/code&gt;;&lt;/li&gt;&lt;li class="list"&gt;Solved the deadlock problem in the &lt;code&gt;WebBrowser.waitReady()&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Fixed processing of keyboard navigation events (such as Left/Right/Up/Down) which were not fired in the DOM handlers;&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:079ddb03-ec1b-48a1-8142-4d04b0472c70] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Tue, 01 Feb 2005 13:12:53 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2005/02/01/jexplorer-12-release-notes</guid>
      <dc:date>2005-02-01T13:12:53Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-12-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1110</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer 1.0 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2004/11/05/jexplorer-10-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:232a44ab-11e0-40bf-83f3-311f2f987d12] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="padding-left: 10px; text-align: justify; line-height: 14pt;"&gt;The JExplorer API was greatly improved and simplified since the last official release. The list of improvements and changes is shown below.&lt;/div&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Changes since Beta 3:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Listening the browser navigation events, such as &lt;code&gt;downloadBegin&lt;/code&gt;, &lt;code&gt;downloadCompleted&lt;/code&gt;, &lt;code&gt;progressChanged&lt;/code&gt;, etc., using a &lt;code&gt;NavigationEventListener&lt;/code&gt; listener(s);&lt;/li&gt;&lt;li class="list"&gt;Listening the browser status events, such as &lt;code&gt;statusTextChanged&lt;/code&gt;, &lt;code&gt;titleChanged&lt;/code&gt;, etc., using a &lt;code&gt;StatusEventListener&lt;/code&gt; listener(s);&lt;/li&gt;&lt;li class="list"&gt;Handling the browser events, such as &lt;code&gt;beforeNavigate&lt;/code&gt;, &lt;code&gt;newWindow&lt;/code&gt;, &lt;code&gt;windowClosing&lt;/code&gt;, etc., using a &lt;code&gt;WebBrowserEventsHandler&lt;/code&gt; handler;&lt;/li&gt;&lt;li class="list"&gt;Getting and setting HTML content with the &lt;code&gt;WebBrowser.getContent&lt;/code&gt; and &lt;code&gt;WebBrowser.setContent&lt;/code&gt; methods accordingly;&lt;/li&gt;&lt;li class="list"&gt;Executing a Java script, using the &lt;code&gt;WebBrowser.executeScript&lt;/code&gt; method and handling script errors, using a &lt;code&gt;ScriptErrorListener&lt;/code&gt; listener;&lt;/li&gt;&lt;li class="list"&gt;Creating the context-dependent Java menus in the &lt;code&gt;Browser&lt;/code&gt; component, using the &lt;code&gt;ContextMenuProvider&lt;/code&gt;;&lt;/li&gt;&lt;li class="list"&gt;Disabling browser error dialogs, using the &lt;code&gt;WebBrowser.setSilent&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;The &lt;code&gt;DomRobot&lt;/code&gt; was also greatly improved: added methods for simulating user actions, such as &lt;code&gt;click&lt;/code&gt; and &lt;code&gt;mouseOver&lt;/code&gt;; added ability to produce various DOM events; added various methods for decoration elements;&lt;/li&gt;&lt;li class="list"&gt;Greatly improved the implementation of the &lt;code&gt;WebBrowser.waitReady&lt;/code&gt; method;&lt;/li&gt;&lt;li class="list"&gt;Improved speed of DOM wrappers.&lt;/li&gt;&lt;/ul&gt;&lt;!--&lt;li style="margin-bottom: 7px;"&gt;--&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;class a number of fixes in multiple classes were made improving stability of the Browser component and DOM wrappers.&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;&lt;span&gt; &lt;/span&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="maintext"&gt;Also new JExplorer API is described in the documentation and shown in various samples.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:232a44ab-11e0-40bf-83f3-311f2f987d12] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Fri, 05 Nov 2004 13:14:22 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2004/11/05/jexplorer-10-release-notes</guid>
      <dc:date>2004-11-05T13:14:22Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-10-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1111</wfw:commentRss>
    </item>
    <item>
      <title>JExplorer Beta 3</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2004/07/04/jexplorer-beta-3</link>
      <description>&lt;!-- [DocumentBodyStart:fd43a236-7989-4100-a206-619eba47a9b2] --&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 Beta 2:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;API has been transformed to be component-based and greatly simplified.&lt;/li&gt;&lt;li class="list"&gt;&lt;code&gt;DomRobot&lt;/code&gt; allows getting screen coordinates of DOM element and others.&lt;/li&gt;&lt;li class="list"&gt;Added samples for &lt;code&gt;Browser&lt;/code&gt; and &lt;code&gt;HeadlessBrowser&lt;/code&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;!-- &lt;/li&gt;&lt;li style="margin-bottom: 7px;"&gt;Fixes:&lt;br /&gt;--&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 the problem if duplicating some keystrokes.&lt;/li&gt;&lt;li class="list"&gt;Browser component can now be added into UI while it is invisible.&lt;/li&gt;&lt;li class="list"&gt;DOM: iframe and div content and attributes are accessible.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd43a236-7989-4100-a206-619eba47a9b2] --&gt;</description>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer_release</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">release_notes</category>
      <category domain="http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/tags">jexplorer</category>
      <pubDate>Sun, 04 Jul 2004 13:15:14 GMT</pubDate>
      <author>IgorShvydkoy</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/2004/07/04/jexplorer-beta-3</guid>
      <dc:date>2004-07-04T13:15:14Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/comment/jexplorer-beta-3</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/jexplorer/blog/feeds/comments?blogPost=1112</wfw:commentRss>
    </item>
  </channel>
</rss>

