Release Notes‎ > ‎

JExplorer 1.7 Release Notes

posted Nov 1, 2010, 7:57 AM by Unknown user
Changes since version 1.6:
  • The EventObject class extended with new properties like 'button', 'ctrlLeft' etc.
  • Added the ability to capture the screenshot of a Browser component.
  • Added the ability to print browser component contents.
  • Added the ability to retrieve and set Internet Explorer proxy settings.
  • Added IEAutomation class, allowing to automate Internet Explorer application without embedding into Swing UI.
  • Added support for onFullScreen event in StatusEventListener interface.
  • Added the ability to enable/disable refreshing of current page after changing browser properties.
  • Added support of mouse events in the Browser component.
  • UrlMonFunctions class exteded with createURLMoniker()createAsyncBindCtx() and registerBindStatusCallback() methods.
  • Implemented the IDocHostUIHandler::GetOptionKeyPath method.
  • Added support of IAuthenticate COM interface, allowing JExplorer to perform authentication/login programmatically, using user-defined credentials.
  • newWindow3 action problem under Windows XP Service Pack 1.
  • Stability improvements.
  • Improved JavaDocs.

Fixes:

  • Fixed endless loop with rendering <select>/<option> html controls.
  • Fixed problem with DialogEventHandler not handling dialogs exceeding 255 characters.
  • Fixed exception thrown when handling multiple child browsers.
  • Fixed the problem with using ' and " symbols in the WebBrowser.executeScript() method.
  • Fixed the problem with Browser child window not closing after window.close().
  • Fixed the problem with losing target frame after opening a new window using JavaScript window.open() method.
  • Fixed exception thrown in Browser.navigate() method when creating the Browser instance.
  • Fixed ClassCastException thrown when trying to get list of TableCell items from TableRow.getCells() method.
  • Fixed the problem when showing several Browser instances at the same time.
  • Improved document event listeners registration mechanism.
  • Fixed the problem with repainting of Browser component in a Swing container (after add/remove operation).
  • Added compatibility of the product with the Windows XP SP1 and Windows 2000.
Comments