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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user