AFAICT it worked the same with 2.7. With the default user.agent values, I get 3 permutations. The compilation-mappings.txt for the sample app created with webAppCreator and added collapse-property is: 45FECB51EB688981D36858C76F8E630A.cache.js user.agent ie10
45FECB51EB688981D36858C76F8E630A.cache.js user.agent ie9 9460A5DDEA149F39C5F568A01F09776F.cache.js user.agent gecko1_8 9460A5DDEA149F39C5F568A01F09776F.cache.js user.agent safari D49362226B11A54324AFDC28060B5C94.cache.js user.agent ie8 Devmode:devmode.js Could it be because of other properties whose default value depend on user.agent, such as audioElementSupport, canvasElementSupport, dragEventSupport, touchEventSupport, and videoElementSupport? On Friday, September 9, 2016 at 6:29:53 PM UTC+2, Rocco De Angelis wrote: > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
