Friday, September 9, 2016

GWT 2.8.rc2 doesn't work correctly for ie* values.

Hi All,

it seems that:

<collapse-property name="user.agent" values="*" /> 

doesn't work correctly if my user.agent property contains an ie* value.

For: 

<set-property name="user.agent" value="gecko1_8,ie9,safari"/>  and <collapse-property name="user.agent" values="*" />

Two permutations will be generated: one for [gecko1_8, safari] and a second for [ie9].
Is that a bug or the does GWT team change something?

BR
Rocco 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment