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
seattle_devseattle_dev 

VF and Hover Lists in iFrame - Chrome Issue

I cannot get the hover lists to work for a visualforce page for the account object. I have a visualforce page with built to simply show the detail page of the Account object, within an iframe. I know iframes are not recommended, but it is entirely necessary for this project. The detail page is working fine, however the hover lists and when drilling into the account record, the related lists of related records are not working just showing a forever running spinner.

 

Here is the code for this page:

 

<apex:page standardController="Account" sidebar="false">
<apex:detail subject="{!Account.Id}" relatedList="true" relatedListHover="true" />
</apex:page>

 

The hover lists work when viewing the Account in the visual force page. However when housed in an iframe those hover lists do not work.

 

This issue is only true for Chrome, the hover lists do work for Firefox. 

 

Any ideas or help would be much appreciated.

 

Thanks.

 

Best Answer chosen by Admin (Salesforce Developers) 
seattle_devseattle_dev

I resolved this issue.

All Answers

seattle_devseattle_dev

I resolved this issue.

This was selected as the best answer
Dream_weaverDream_weaver

please mention the solution...I am stuck in a same situation..