WebRenderer OSX Enterprise update history

 

Date

Update information

14-10-2008

Bug - Resolved issue launching with WebStart on OSX 10.4 when using JVM 1.5.0_16.

09-09-2008

Bug - Resolved issue with destroying all browsers.

09-05-2008

Bug - Resolved issue with mouse coordinates in MouseEvents on Mozilla.
    - Resolved issue with "<" in URLS on Safari.

02-11-2007

Bug - Resolved issue with onLoadIntercept blockLoad on Safari 3.0.
      - Resolved issue with Japanese characters and submiting forms in Safari.

03-08-2007

Bug - Resolved issue with key events on Safari.

21-05-2007

Feature
            - Added boolean isTopFrame() to BrowserEvent for onBeforeNavigate event.
Bug - Fixed issue with Quicktime videos in JTabbedPanes on JVM 1.5
            - Resolved issue with IBrowserCanvas.getURL() and NetworkEvent.getURL() for onDocumentComplete in Safari.

13-03-2007

Feature - Moved getScrollBarInfo(), scrollToX(int x), scrollToY(int y) to IBrowserCanvas and now available on Safari.
            - Added boolean setPrefPropety "enable.menuitem.reload" to disable reload item in the safari context menu.
Bug - Resolved issue with IDocument.getURL() & IDocument.getChildFrames() on Mozilla

02-03-2007

Bug - Resolved issue with savePageToBufferedImage on Safari.

23-02-2007

Bug - Resolved Safari slow load issue.

03-11-2006

Feature - BufferedImages can now be created without an alpha component.

25-08-2006

Bug - Resolved issue with custom protocols.
        - Fixed issue with scrollbar on popup windows 

18-08-2006

Resolved Safari key press issue.

04-08-2006

 WebRenderer v3.1 release

13-07-2006

Bug - Resolved issue with Custom Protocols

11-04-2006

Feature - Added IBrowserCanvas.enableImageLoading(boolean).
        - Added ProtocolEvent.getPOSTData() for Mozilla.

09-03-2006

Bug - Fixed issue with IElementCollection.tags().

02-03-2006

Bug - Fixed event issue.

21-02-2006

Feature - Added getPageSize to IBrowserCanvas.
Bug - Fixed WebStart issue.

02-02-2006

Bug - Improved internal event handling.

20-01-2006

Bug - Stopped WebRenderer grabbing focus when page load cancelled.

19-01-2006

Feature - Added setWebRendererDirectoryName(String newName) to BrowserFactory.
Bug - Resolved Webstart classpath issue.

17-01-2006

Feature - Added setProfilePath(File path) to BrowserFactory to set Mozilla profile directory.

04-01-2006

Feature - Added findInPage with whole word search option to IMozillaBrowserCanvas.

08-12-2005

Bug - Various focus issues resolved.

09-11-2005

Bug - OSX 10.4.3 popup window issue resolved.  JMenu issue resloved on OSX 10.3.9

26-10-2005

Bug - Fixed bug with null pointer on popups on OSX 10.4 in Safari.

21-10-2005

Bug - Finalization issue resolved.
Fixed bug with multiple popups opening. 

15-09-2005

Bug - Fixed issue with cut/copy/paste shortcut keys in Safari. Fixed focus issue.

02-09-2005

Feature - Cross-platform sharing of network drives now possible.  Each platform has an independant WebRenderer home directory.   New function in BrowserFactory allows optional configuration of the home directory - see BrowserFactory.setHomeDirectory(String) or BrowserFactory.setHomeDirectory(File) (note: This only has effect if called before a browser instance is spawned). Updated code samples in javadocs.  OnLoadIntercept added for Safari.
Bug - Issues with savePageToFile lockup and/or inaction where incorrect system path separators were passed are now fixed.

10-08-2005

Bug - Issue resolved with output occurring when removing browser from component.

22-07-2005

Feature - enable.java setPrefProperty added to Safari
Bug - Fixed bug with JTabbedPane repainting on OSX 10.4 in Safari

20-07-2005

Bug - Fixed bug with JTabbedPane repainting on OSX 10.4 in Mozilla

09-06-2005

Bug - Issue resolved with print on Safari. Resolved text selection issue.  Safari context menu issue resloved.

03-06-2005

Bug - Issue resolved with spawnMozilla() with applet loading in Camino.
Feature - Added increaseTextZoom()/decreaseTextZoom() to IBrowserCanvas.

31-05-2005

Bug - Fixed issue with loadURL parsing on Safari.

17-05-2005

Feature - onPromptDialog now fires for unknown file type dialog in Mozilla.
Bug - Fixed bug with IElement.putOuterHTML in Mozilla.

28-04-2005

Bug - HighlightSelectedText issues resolved.  KeyEvents now include meta key. Fixed issue with altKey and key events.

26-04-2005

Bug - IBrowserCanvas.showScrollBars() issue resolved in Mozilla. Holding Ctrl when clicking now registers as a right click in a MouseEvent.  IRange.surroundContents issue resolved.

20-04-2005

Feature - Mozilla version updated to 1.7.3.

14-04-2005

Feature - getTargetElement() added to MouseEvent for Mozilla.

11-04-2005

Bug - ElementFromPoint bug with SPAN in Mozilla resolved. IRange.getCommonAncestorContainer now returns parent if it is a textnode. IBrowser.HTTPPost now implemented on Safari.

01-04-2005

Bug - Fixed issue with spawnSafari on OSX 10.2. Fixed text selection issue on Mozilla.

23-03-2005

Bug - MouseListener.onDoubleClick now fires correctly. Fixed issue with EMBED tag and custom protocols.
Feature - Preference "http.response.all" boolean preference added to IMozilla.

16-03-2005 

 WebRenderer v3.0 release

18-02-2005

Bug - fixed popup issues in Mozilla.
Feature - custom font support in Mozilla.

20-01-2005

Feature - Custom protocol handler added for Mozilla.
Bug - Fixed bug with onLoadIntercept not firing for popups in Mozilla.

23-12-2004

Bug - IBrowserCanvas.enableDefaultContextMenu() bug fixed.

07-12-2004

Bug - Mozilla WebStart deployment issue resolved. 

26-11-2004

Feature - added deleteSelectedText() to IDocument. (not available for Safari)

02-11-2004

Bug - TabbedPane issue.

28-10-2004

Bug - Fixed profile bug on Mozilla.
       - Fixed dialog bug on Mozilla.

26-10-2004

Bug - Password field focus bug fixed on Safari.

06-10-2004

Feature - Helper Function for Safari based on default browser.
Feature - onLinkChange now fires in Safari.
Bug - BrowserFactory.destroyBrowser() bug fixed.

24-09-2004

Bug - onClick now fires correctly.

23-09-2004

Feature - loadURL can now navigate to target frame and POST data in Mozilla

21-09-2004

Feature - loadURL can now navigate to target frame and POST data in Safari.

31-08-2004

Bug - onLinkChange bug fixed.

30-08-2004

Feature - savePageToBufferedImage added to IBrowserCanvas
Feature - Improved enableJInternalFrame performance.

15-07-2004

Feature - Improved enableJInternalFrame.

15-07-2004

Feature - Improved custom popups (see com.webrenderer.event.WindowListener).

13-07-2004

Feature - Milestone release of version 2.2

21-06-2004

Feature - Improved repaint on ISafariBrowserCanvas.

17-06-2004

Bug - Mozilla plugin bug fixed.

10-06-2004

Bug - JTabbedPane bug in Safari fixed.

03-06-2004

Feature - savePageToBitmap full page implemented on OSX.

21-05-2004

Feature - JTabbedPane internal handler

25-05-2004

Feature - addScrollPositionListener added to IDocument (only for IDocuments created from an IMozillaBrowserCanvas)
Feature - setProxyAuthentication(username,password) added to IMozillaBrowserCanvas (to automate proxy authentication).

21-05-2004

Feature - BrowserFactory.destroyBrowser(IBrowserCanvas) added to destroy a IBrowserCanvas.

18-05-2004

Mozilla version on OSX now picks up default Flash Plugin.

17-05-2004

Bug - New Window bug fixed
Bug - JTabbedPane bug fixed
Bug - LoadHTML  offsite css link bug fixed

22-04-2004

Feature - Improved corecomponents.
Bug - New Window bug resolved.

02-04-2004

Feature - IElement.equals(IElement) and IDocument.equals(IDocument) added

30-03-2004

Bug - Bug fixed in BrowserFactory.setMozillaPath()

29-03-2004

Feature - addRule added to IStyleSheet. getProperty and setProperty in IStyleRule can now take hyphenated properties.

26-03-2004

Feature - IStyleSheet and IStyleRule added to DOM, IDocument.getStyleSheets returns an IStyleSheet[].
Feature - String[] getAttributes added to IElement 

24-03-2004

Feature - executeScript with return value
Bug - loadHTML bug resolved

17-03-2004

Feature - getValue added to IElement to allow HTML FORM value harvesting

02-03-2004

Feature - getChildFrames

02-03-2004

Feature - getElementById added to IDocument DOM class

20-02-2004

Feature - setLibraryPath

11-02-2004

Feature - highlightSelectedText method added to highlight text in documents.
Swing scrollbar support on all platforms

10-02-2004

Feature - Major Update v2.1. WebRenderer.jar now cross platform.