New Features:
- 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 (sample)
- Added the
HtmlDialogListenerthat allows receiving events when the HTML modal dialog is opened throughwindow.showModalDialogandwindow.showModelessDialogJavaScript functions (sample)
Improvements:
- The
OnBeforeUnloadevent is not fired in JExplorer when the browser is closing - Added the "Button number" property support in the
EventObjectclass - Now each
WebBrowserinstance is running in JExplorer32.exe process instead of rundll32.exe
Resolved Issues:
- Adding and removing Browser component into JPanel caused blinking
- It was possible to use
WebBrowserinstance even after disposing it usingwindow.closeJavaScript function - Two
IEAutomationinstances were open instead of a single one on Windows Vista with Internet Explorer 7 - Opening the http://google.com/ig web page caused unexpected JavaScript error
- By default it was impossible to set the
WebBrowserinstance as a target window - There was Stack overflow / Out of memory JavaScript error in Ajax applications
- It was impossible to resize the Browser component embedded in
JSplitPane - Flash Player 10 didn't work
- The "Can't find bundle for base name com.jniwrapper.win32.ie.colors" error occured when invoke the
HTMLElement.setBordermethod - Selecting multiple options in drop down box caused repainting issue (blank drop down box)