Fix MSIE 8 compatibility

GWT 1.7 and later added this ie8 user.agent variant, and we have
to use the ie6 style of replacing a table's contents quickly.

Change-Id: If56b5ecb7fdd1d89673badee5a15383c9b6aa246
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-30 17:18:52 -08:00
parent 40c6b94ff5
commit dd04342478

View File

@@ -18,6 +18,7 @@
<when-type-is class="com.google.gerrit.client.ui.FancyFlexTableImpl" />
<any>
<when-property-is name="user.agent" value="ie6"/>
<when-property-is name="user.agent" value="ie8"/>
</any>
</replace-with>
</module>