• Jamie Cohan
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 7
    Replies
Hi  

When we move from Salesforce Classic to Lightning the <Iframe > does not display.
The page that does not work is:   <apex:iframe src="{!FrameLink}" />

In Classic Salesforce the Iframe works.  Our application has a side menu and the user clicks on the function they want and the resulting iframe page is shown in the 'console window'

User-added image

When we switched to Lightning the console in the picture above is blank i.e. the page in the <iframe > is blank in 'Chrome' and in Microsoft Edge the console says "This content can't be shown in frame"...

In the developer console in the Chrome browser there is the following error:

na7.salesforce.com/a08A000001CZFnkIAH:1 Refused to display 'https://na7.lightning.force.com/one/one.app#/alohaRedirect/a08A000001CZFnkIAH' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".

How do fix this iframe issue?

Microsoft Edge Browser

User-added image

In Chrome the browser
User-added image
Hi Team Lightning,

Is there an alternative to <iframes> in lightning?   Our application has a menu items on the side bar and when the user clicks on the link,  a resulting page is produced in an Iframe .

User-added image
 
Hi I would like to change the default blue color to something else in the pageBlocks, Output panels etc, how can I do this?

Is there a way to make the change globally so I don't have to change each component?

User-added image
Hi 

I am trying to install the Force ide and used the following
https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_install.htm

and eclipse installer fails here:

g.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/releases/neon/201512181000/content.xml.
org.apache.http.NoHttpResponseException: download.eclipse.org failed to respond





my java version is:

java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) Client VM (build 25.121-b13, mixed mode)


How do I fix so that the eclipse IDE for Force.com does not fail on install ?



 
Hi  

When we move from Salesforce Classic to Lightning the <Iframe > does not display.
The page that does not work is:   <apex:iframe src="{!FrameLink}" />

In Classic Salesforce the Iframe works.  Our application has a side menu and the user clicks on the function they want and the resulting iframe page is shown in the 'console window'

User-added image

When we switched to Lightning the console in the picture above is blank i.e. the page in the <iframe > is blank in 'Chrome' and in Microsoft Edge the console says "This content can't be shown in frame"...

In the developer console in the Chrome browser there is the following error:

na7.salesforce.com/a08A000001CZFnkIAH:1 Refused to display 'https://na7.lightning.force.com/one/one.app#/alohaRedirect/a08A000001CZFnkIAH' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".

How do fix this iframe issue?

Microsoft Edge Browser

User-added image

In Chrome the browser
User-added image
Hi Team Lightning,

Is there an alternative to <iframes> in lightning?   Our application has a menu items on the side bar and when the user clicks on the link,  a resulting page is produced in an Iframe .

User-added image
 
Hi 

I am trying to install the Force ide and used the following
https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/ide_install.htm

and eclipse installer fails here:

g.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at http://download.eclipse.org/releases/neon/201512181000/content.xml.
org.apache.http.NoHttpResponseException: download.eclipse.org failed to respond





my java version is:

java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) Client VM (build 25.121-b13, mixed mode)


How do I fix so that the eclipse IDE for Force.com does not fail on install ?