function computePropValue(propName) {
var value_0 = providers[propName](), allowedValuesMap = values[propName];
if (value_0 in allowedValuesMap) {
return value_0;
}
var allowedValuesList = [];
for (var k in allowedValuesMap) {
allowedValuesList[allowedValuesMap[k]] = k;
}
if (propertyErrorFunc) {
propertyErrorFunc(propName, allowedValuesList, value_0);
}
throw null;
}<module rename-to="XDSViewerCore">
<inherits name="com.google.gwt.user.User" />
<inherits name="com.google.gwt.user.theme.standard.Standard" />
<!-- <set-property name="user.agent" value="ie8,ie9,ie10,trident,gecko1_8,safari"/> -->
<entry-point ....
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/S38VPsspl20/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-web-tool...@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Whats the user.agent of that IE 11 that does not work? ( http://whatsmyuseragent.com/ )-- J.
--
I have no compilation-mappings.txt in my project war...is it a/the problem? I see that file is present in examples project but isn't available in mine!
--
--
1) why it can't find document mode? what I'm missing?
2) It's possible and how can I say that if the browser can't be identified must be used (without warnings!) a default permutation?
3) there's something I can do to better understand the behaviour?
--
and happens also when I'm using IE emulation in Safari at any version...
--