I am working on the implementation of Splunk App for Active Directory. When using Internet Explorer 8 or 9, there are blank squares (Row 2, Col 1) in both the DC Status page and the DNS Server Status page. When I run firefox, no problems. I believe the two modules used for these spaces are custom modules, MSADServerStatus and DNSServerStatus.
I compared the html code for the same square on IE and Firefox. In Firefox, I see a
<table class="MSADServerStatus_Table">
which contains the entire table. On IE, the last entry for that block is:
<div class="MSADServerStatusWrapper" id="MSADServerStatusWrapper">
which is missing the entire table. I don't understand how this would happen since it is simply html code.
Please let me know if this is a known issue and if there is a fix.
Thanks,
Sean Coleman