function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SubashKumarSubashKumar 

Google Visualization and relatedListHover

I am having a Visualforce page where I should render a google visualization chart. In the same page, I need to render details of an account using <apex:detail> tag with relatedListHover set to On.

 

For some reason these two when tried on the same page does not work. Though the hover links appear, the area below it is blank when we hover over the links.

 

I monitored javascript error console and it says "iFrameDoc.body is null". How ever if I remove the google.load () call from the page, the hover works perfectly.

 

Does some one have a work around for this ?