All Apps and Add-ons

Cisco Security Suite/Rendering issues with charts in IE8

Narj
Path Finder

Hi all,

I've noticed that the Cisco Security Suite app displays charts (bar, pie etc) with a black background on IE8 (compatibility mode or not), making the text and axes invisible.

It's fine in chrome and Firefox so I'm sure it's an issue with IE8 not liking something in the CSS, but has anyone found a workaround? I tried commenting out the CSS section for the flash charts, but it doesn't seem to resolve it.

The proper answer is of course "don't use IE8" but I can't help that at the moment. 😞

Thanks!

0 Karma
1 Solution

kuehara
Explorer

I understood measures method.
I make the following modifications in application.css of Cisco Security Suite app.

application.css line 847

before


.dashboardCell .FlashChart {
background-color: transparent;
}

after


.dashboardCell .FlashChart {
    background-color: transparent;
    background-color: ##FFF5F5; /*Measures displays charts (bar, pie etc) with a black background on IE8 before*/
}

It is a problem of IE7/8 which occurs when this adds transmission handling of JS to transmission PNG.

Reference (I am sorry in a Japanese site)
http://h2ham.seesaa.net/article/141330505.html

View solution in original post

0 Karma

kuehara
Explorer

I understood measures method.
I make the following modifications in application.css of Cisco Security Suite app.

application.css line 847

before


.dashboardCell .FlashChart {
background-color: transparent;
}

after


.dashboardCell .FlashChart {
    background-color: transparent;
    background-color: ##FFF5F5; /*Measures displays charts (bar, pie etc) with a black background on IE8 before*/
}

It is a problem of IE7/8 which occurs when this adds transmission handling of JS to transmission PNG.

Reference (I am sorry in a Japanese site)
http://h2ham.seesaa.net/article/141330505.html

0 Karma

lguinn2
Legend

JSChart is JavaScript-based. My guess is that there is an problem with the IE 8 browser and Javascript somewhere. You might also try running IE 8 in compatibility mode, if you can't update to another version.

0 Karma

Narj
Path Finder

Hrm well I went through the application.css, wiping out sections until it was blank and still no difference, so I'm assuming it's something to do with one of the images in use - maybe something to do with transparency or something... Firefox Inspect says the affected area is "rect" or SplunkModule.JSChart

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...