Changes since version 1.6:
- The
EventObjectclass 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
IEAutomationclass, allowing to automate Internet Explorer application without embedding into Swing UI. - Added support for
onFullScreenevent inStatusEventListenerinterface. - Added the ability to enable/disable refreshing of current page after changing browser properties.
- Added support of mouse events in the Browser component.
UrlMonFunctionsclass exteded withcreateURLMoniker(),createAsyncBindCtx()andregisterBindStatusCallback()methods.- Implemented the
IDocHostUIHandler::GetOptionKeyPathmethod. - Added support of
IAuthenticateCOM 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
DialogEventHandlernot 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.