Posted on August 20, 2010
New Features
- IE engine supports JDK 64-bit on Windows;
- Mozilla engine supports JDK 64-bit on Linux;
- Safari engine supports JDK 64-bit on Mac OS X;
- Added Proxy functionality for IE and Mozilla engines;
- Added
DOMElement.click
support for Mozilla engine; - Added support of custom
XULRunner
directory extraction path for Mozilla engine.
Improvements
- Added focus support for Mozilla engine;
- Added the
DialogParams.getBrowser
method; - Added the
NewWindowParams.getParent
method; - Implemented loginRequested hanlder in DefaultPromptService;
- Added support for Flash Player 10 into IE engine.
Resolved Issues
Mozilla Engine
- HTTPS web page with invalid certificate are displayed correcntly now;
- Problem with focus after closing popup window on Linux and Mac OS X platforms is resolved;
- The
Browser.executeScript
method does not fail whenBrowser
is closed from JavaScript; - The
Browser.waitReady
method now works correctly afterBrowser.setContent
; - Now Navigation method works for local PDF file;
- Swing popup menu will be closed when user clicks on Mozilla Browser component.
Known Limitations
- Proxy functionality doesn’t work for IE engine on JDK 64-bit.
Subscribe to @JxBrowserTeam on Twitter to get notified of the library updates.