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
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...