Show
Ignore:
Timestamp:
06/27/08 09:00:55 (7 months ago)
Author:
marc.englund@…
Message:

Fixes #1219; although it's added specifically to Icon resources, caption (error indicator) and Embedded. Adding a global fix that goes trough all IMG -elements after each update would be a more 'global' fix, but also much heavier.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IEmbedded.java

    r4682 r4961  
    4747                setHTML("<img src=\"" + getSrc(uidl, client) + "\"" + w + h 
    4848                        + "/>"); 
     49                client.addPngFix(DOM.getFirstChild(getElement())); 
     50 
    4951            } else if (type.equals("browser")) { 
    5052                if (browserElement == null) {