com.smartgwt.client.docs
Interface IEFilters


public interface IEFilters

Internet Explorer "filter" effects

In order to compensate for various bugs and missing features in Internet Explorer, it's necessary to use Microsoft-proprietary "filter" settings, as follows: Using these filters has a range of side-effects:

For an application that is frequently used (where images will typically be cached) on recent machines, and where font smoothing is not considered important, no special steps need to be taken.

If any of the above side effects are important, our recommendations are:

Note that the .gif format does not support partially transparent pixels, hence can't be used for very high-quality antialiasing effects. However, certain specific tools can produce high-quality anti-aliased images in the less known PNG8 format, and this particular format has the least artifacts in the above situations. Details here.

See Also:
com.smartgwt.client.widgets.Canvas#neverUsePNGWorkaround, com.smartgwt.client.widgets.Canvas#neverUseFilters, com.smartgwt.client.widgets.Canvas#allowExternalFilters, Canvas.setNeverUseFilters(boolean), Canvas.setAllowExternalFilters(boolean), Canvas.getUseOpacityFilter()