Bug ID 557411: Full Webtop resources appear overlapping in IE11 compatibility mode

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP APM(all modules)

Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.1.0 HF1, 12.0.0 HF2, 12.1.0 HF2, 12.0.0 HF3, 12.0.0 HF4, 12.1.1 HF1, 12.1.1 HF2, 12.1.2 HF1, 12.1.2 HF2, 12.1.0, 12.1.1

Fixed In:
13.0.0, 12.1.2

Opened: Nov 10, 2015

Severity: 4-Minor

Symptoms

Full Webtop resources appear overlapping each other in MSIE 11 in compartibility mode

Impact

Everything is working but the icons overlap.

Conditions

MSIE 11, compartibility mode. Full Webtop in use

Workaround

1. modify advanced customization of apm.css #webtop_favorites_inner_container span.favorite span.caption{ ... <? if( $_GET['ctype'] == 'IE' && $_GET['cversion'] < 9){ ?> zoom: 1; <? }elseif( $_GET['ctype'] == 'IE' && $_GET['cversion'] == 11){ ?> zoom: 0; <? } ?> } 2. an irule that would change apm.css to #webtop_favorites_inner_container SPAN.favorite SPAN.caption { ... zoom: 1; /* <--- set 0 if msie 11 in compartibility mode */ }

Fix Information

Everything is back to normal

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips