On Thu, Aug 13, 2009 at 12:55 PM, <b...@google.com> wrote:

> @Bruce, does the following work for you?
>
>    <set-property name="compiler.emulatedStack" value="true,false" >
>      <any>
>        <when-property-is name="user.agent" value="ie6" />
>        <when-property-is name="user.agent" value="ie8" />
>      </any>
>    </set-property>
>    <property-provider name="compiler.emulatedStack">
>    {
>      return location.search.indexOf('emulatedStack') != -1 ? 'true' :
> 'false';
>    }
>    </property-provider>


When you say, does it work for me, do you mean do I like it, or does it
literally run? I didn't run it (but can, if that's helpful), but I do like
the looks of it. It seems like exactly when I'd expect to see.

Reviewing the updated code now.

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to