Ignore:
Timestamp:
02/12/14 17:19:30 (10 years ago)
Author:
ngw8
Message:

Bug fixes with webparser: pages with no titles no longer throw an exception and CSS 'sans-serif' is now converted to Java's 'SansSerif', rather than trying to use Arial Unicode, which isn't always available.
Dropping 'convert' on a jfxbrowser now uses the new method of conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/JfxBrowser.java

    r877 r883  
    704704        public void getFrame() {
    705705                try {
    706                         WebParser.parsePage(this._webEngine, DisplayIO.getCurrentFrame());
     706                        WebParser.parsePageSimple(this, _webEngine, _webView, DisplayIO.getCurrentFrame());
    707707                } catch (Exception e) {
    708708                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.