]> source.dussan.org Git - gwtquery.git/commitdiff
add GQueryUiImpl replacement
authorJulien Dramaix <julien.dramaix@gmail.com>
Thu, 13 Jan 2011 15:15:22 +0000 (15:15 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Thu, 13 Jan 2011 15:15:22 +0000 (15:15 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml

index b202a1096f71700a72c486cfc170ac8a7f907de4..616eff48ee97ac4486e645695d0932c415a69db8 100644 (file)
         <when-type-assignable class="com.google.gwt.query.client.impl.SelectorEngineImpl"/>\r
         <when-property-is name="user.agent" value="ie8"/>\r
     </replace-with>\r
+    \r
+    <replace-with\r
+               class="gwtquery.plugins.commonui.client.GQuery.GQueryUiImplTrident">\r
+               <when-type-is\r
+                       class="gwtquery.plugins.commonui.client.GQuery.GQueryUiImpl" />\r
+               <any>\r
+                       <when-property-is name="user.agent" value="ie6" />\r
+                       <when-property-is name="user.agent" value="ie8" />\r
+               </any>\r
+       </replace-with>\r
 \r
     <!-- IE8 needs the iframe where the js of app is loaded set to standard in order \r
          to use the queryAll native selector -->    \r