Posted on March 31, 2011

JxBrowser 2.8

New features

  • Added the DOMDocument.getActiveElement method for IE and Mozilla.
  • Added support of HTMLInputElement in IE DOM.
  • Added navigation flag that allows to specify loading behavior for Safari.

Resolved issues

Mozilla

  • No needs to install "Microsoft Visual C++ 2008 Redistributable Package" anymore.
  • The NamedNodeMap.setNamedItem method doesn’t throw UnsupportedOperationException.
  • Mozilla engine is compatible with Google Docs, so it is possible to edit text in a document now.

IE

  • Proxy functionality can be setup correctly after disposing any Browser instance.
  • NavigationFinished is invoked when browser finished navigating on PDF file.
  • No more errors coming up during proxy configuration when creating a lot of Browser instances.

Safari

  • Browser component in JTabbedPane now repaints without flickering.
Go Top