Trelmo
1 Sep 2010, 7:22 AM
com.extjs.gxt.ui.client.fx.BaseEffect
lines 298, 301 both read:
wrapEl.setStyleAttribute(style, v);
This is not working properly in IE 8.
Changing to
wrapEl.setStyleAttribute(style, v + "px");
results in correct behavior in IE 8, FF, and Chrome.
GXT 2.2.0
lines 298, 301 both read:
wrapEl.setStyleAttribute(style, v);
This is not working properly in IE 8.
Changing to
wrapEl.setStyleAttribute(style, v + "px");
results in correct behavior in IE 8, FF, and Chrome.
GXT 2.2.0