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
SirTravSirTrav 

Visualforce page causeing Opportunity to refresh over and over.

I am working on adding a Visualforce page to the Opportunity layout.  Whenever I add any Visualforce page to the opportunity layout it causes the Opportunity to refresh over and over again.  I have simplified the page so that it is just:
<apex:page standardController="Opportunity">
</apex:page>
I created a new Opportunity page layout without copying an existing layout and added just the above Visualforce page to the layout and got the same result.  Any ideas on what would be cuasing this?
SonamSonam (Salesforce Developers) 
Which browser are you working with?
I tried this same on my test ORG and am unable to reproduce the issue..
Is there any other page, custom button or component on your page layout that might be causing this?please confirm..
SirTravSirTrav
I created a brand new page layout with nothing on it but the default Salesforce Buttons and Fields.