Some of my pages are not loaded in IE8 at all because of JavaScript
errors.

Some of them:

Invalid property value:
        JS code: this.solid && (widget.getElement().style['color'] =
this.solidColor , undefined);
        Java code: if (isSolid())
widget.getElement().getStyle().setColor(solidColor);


Invalid argument:
        JS code: this.val$widget.getElement().style['backgroundImage']
= backgroundUrl;
        Java code:
widget.getElement().getStyle().setBackgroundImage(backgroundUrl);

are there any workarounds or suggestions how to make it work
everywhere? Or maybe there is a way to determine browser and use
different code for IE and others?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to