Added zoom functionality for Mozilla, Mozilla15 and IE;
Added find text functionality for Mozilla and Mozilla15;
Added ability to set "Display mixed content" security setting for IE;
Added support of Ubuntu 12.04 for Mozilla.
Improvements
Improved AWT keyboard events dispatching for Mozilla, Mozilla15 and IE. Browser component doesn’t dispatch all keyboard events to Swing anymore;
Improved behavior when child window navigates to a web page with unsupported mime type for Mozilla and Mozilla15;
Improved the Browser.executeScript() method. Added support of script code that contains ‘ and ” symbols;
Added support of DocumentEvent W3C DOM interface for Mozilla and Mozilla15;
Fixed issue when JxBrowser cannot find native libraries in OSGi environment.
Mozilla15 engine:
Improved default behavior of File Download functionality. Now JFileChooser dialog is used to prompt a user instead of automatically saving file to a default directory;
Improved focus functionality. Browser component fires FocusEvent when component gains the focus by clicking on it;
Fixed issue when a user couldn’t select element in HTMLSelectElement on a web page manually using a mouse;
Added support of clipboard keystrokes;
Restored download functionality on Mac OS X in 32-bit mode;
Improved memory usage in DOM functionality.
Mozilla engine:
Added support of Flash plugin on Linux;
Fixed NullPointerException in DefaultNewWindowManager.
IE engine:
Added the headers parameter to the IEBrowser.navigate() method;
Added support of the DOMElement.blur() and DOMElement.focus() methods;
Fixed issue when Browser component doesn’t fire ALT key events;
Fixed issue when child window doesn’t receive re-size events;
Fixed issue when Google web page doesn’t receive focus automatically;
Fixed issue when the Browser.setContent() method throws OutOfMemory exception.
Safari engine:
Added support of focus transferring via Tab and Shift+Tab;
Fixed issue when the Browser.executeScript() method crashes JVM.
Support Team
New features
Improvements