Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP AAM
Known Affected Versions:
14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 14.1.2.7, 14.1.2.8, 14.1.3, 14.1.3.1, 14.1.4, 14.1.4.1, 14.1.4.2, 14.1.4.3, 14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6
Fixed In:
15.0.0
Opened: Mar 06, 2019 Severity: 3-Major
In Microsoft Internet Explorer, the logon page form is not aligned properly.
This is a cosmetic issue. There is no functional impact.
This occurs when the following settings are configured: -- In General Page Style Settings :: Page Alignment, and choose Right -- In Layout Settings :: Page layout, choose Form Right. -- In Form Settings :: Form alignment, choose Right.
You can work around this issue by modifying the following selector in apm_full.css: table#main_table table#interaction_table Add following lines at the end: <? if(($_GET['ctype'] == 'IE' || $_GET['ctype'] == '') && getCssCustiomizationVar("form_alignment") == "right" ) { ?> float: %[form_alignment]; <? } ?>
In Microsoft Internet Explorer, the logon page form is now aligned properly.