fourlincoln10
Posts: 11
Joined: Wed Jul 14, 2010 8:41 pm

Content disappearing

When the following page is loaded in the latest version of Google Chrome, the content is not visible. It exists on the page, but it is not visible. It appears to be related to loading highslide on the page. When I take the script tag out that loads highslide the issue goes away.

<script type="text/javascript" src="/js/highslide/highslide-full.packed.js"></script>

Unfortunately there are no errors in the dev console so I'm not sure what the error is. I use jquery to loop through all of the links on the page, add the highslide class, and then register a click event that opens a highslide popup that contains html fetched from the server.

http://portcw.com/index.php/industrial_ ... nant_list/

Thanks for your help,

Troy
zfedor
Posts: 5
Joined: Fri Jun 29, 2012 10:27 pm

Re: Content disappearing

hi Troy,
This might be the same issue as mine - see http://forum.highcharts.com/highcharts- ... ta-t28915/
Based on my testing this seems to be a Chrome 34 bug caused by opacity css on the chart.
Take a look at my jsfiddle example in my tickets to confirm that it is the same issue as yours.
Thanks
fourlincoln10
Posts: 11
Joined: Wed Jul 14, 2010 8:41 pm

Re: Content disappearing

I'm not seeing the issue when I load your jsfiddle and toggle between two tabs. The chart renders correctly for me. I'm using Google Chrome 33.0.1750.146. It does appear to be Chrome specific though..I don't have the issue in Firefox and a friend looked at the site in IE and said he didn't see it in that browser either. Any ideas from the HighCharts folks?

Thanks,

Troy
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: Content disappearing

In case when I disable javascript, all works properly, So it looks that problem in lines

Code: Select all

Uncaught ReferenceError: urchinTracker is not defined (index):300
GET http://www.google-analytics.com/urchin.js net::ERR_BLOCKED_BY_CLIENT (index):299
can have influence on this situation. Please fix this and then we will back to investigating.
Sebastian Bochan
Highcharts Developer
fourlincoln10
Posts: 11
Joined: Wed Jul 14, 2010 8:41 pm

Re: Content disappearing

I updated the Google Analytics code...not sure how you were seeing that error? It wasn't showing up in the developer console for me. It's updated nonetheless...still getting the error. Sometimes have to reload the page to get it.

Thanks,

Troy
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: Content disappearing

Honestly it looks like a problem with your CSS, because when I set font-size as value in pixels or em, not percent then it works proeprly. I advice to check your CSS syntax and inheritance.
Sebastian Bochan
Highcharts Developer

Return to “Highslide JS Usage”