<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Salesforce iframe integration &amp;amp;amp; copy-to-clipboard not working in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2132356#M19373</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42559"&gt;@Daniele_Purrone&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We don't have much control to the default VisualForce iframe, so unfortunately we cannot add any allow permission for the moment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, it seems you rolled back some changes you made recently as the copy/paste feature is working again inside an iframe.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 06:58:56 GMT</pubDate>
    <dc:creator>grippy</dc:creator>
    <dc:date>2023-10-27T06:58:56Z</dc:date>
    <item>
      <title>Salesforce iframe integration &amp;amp; copy-to-clipboard not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2130462#M19345</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We have a QlikSense app embeded inside Salesforce through an iframe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It works fine except when you try to "Copy Value" from it.&lt;/P&gt;
&lt;P&gt;It raises a "The Clipboard API has been blocked because of a permissions policy applied to the current document."&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does we missed a Qlik configuration on the iframe?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot,&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 16:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2130462#M19345</guid>
      <dc:creator>grippy</dc:creator>
      <dc:date>2023-10-20T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce iframe integration &amp;amp; copy-to-clipboard not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2130853#M19351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251344"&gt;@grippy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;this is a known issue (QB-22750). We are considering temporarily reverting some changes that we recently made, basically moving from a deprecated function to a currently developed one, but in the long term, we will implement the change again.&lt;BR /&gt;What you will need to is to add a frame parameter to your iframe, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="external-link" href="https://stackoverflow.com/questions/61401384/can-text-within-an-iframe-be-copied-to-clipboard" target="_blank" rel="nofollow noopener"&gt;https://stackoverflow.com/questions/61401384/can-text-within-an-iframe-be-copied-to-clipboard&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Basically adding someting like: &amp;lt;iframe src="index.html" &lt;STRONG&gt;allow="clipboard-read; clipboard-write"&lt;/STRONG&gt;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;BR /&gt;will make it work again.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 07:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2130853#M19351</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2023-10-23T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce iframe integration &amp;amp; copy-to-clipboard not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2131142#M19358</link>
      <description>&lt;P&gt;Hello Daniele_Purrone,&lt;/P&gt;
&lt;P&gt;Thanks for your quick response but the issue remains the same despire adding the allow attribute with clipboard-read and clipboard-write permission.&lt;/P&gt;
&lt;P&gt;Do you have any link to the issue&amp;nbsp;&lt;SPAN&gt;QB-22750?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We do have multiple iframe on this page, one is constructed by Salesforce through a Visualforce page that includes the qlik's iframe. Could this be the issue ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below :&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;!-- start of salesforce iframe --&amp;gt;
&amp;lt;iframe lwc-3q5onqa2l97="" height="100%" width="100%" scrolling="yes" allowtransparency="true" name="vfFrameId_1698076073169" title="accessibility title" allowfullscreen="true" lang="en-US" allow="geolocation *; microphone *; camera *; display-capture *" tabindex="0"&amp;gt;
[...]

&amp;lt;!-- start of QLIK iframe --&amp;gt; 
&amp;lt;iframe id="qlikFrame" frameborder="0" height="100%" width="100%" allow="clipboard-read; clipboard-write" src="APP_URL"&amp;gt;&amp;lt;/iframe&amp;gt;
&amp;lt;!-- end of QLIK iframe --&amp;gt;

&amp;lt;/iframe&amp;gt;
&amp;lt;!-- end of salesforce iframe --&amp;gt;

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 16:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2131142#M19358</guid>
      <dc:creator>grippy</dc:creator>
      <dc:date>2023-10-23T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce iframe integration &amp;amp; copy-to-clipboard not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2131312#M19361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/251344"&gt;@grippy&lt;/a&gt;&amp;nbsp;: what happens if you add the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;allow="clipboard-read; clipboard-write"&lt;/P&gt;
&lt;P&gt;to the VisualForce iframe as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 08:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2131312#M19361</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2023-10-24T08:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce iframe integration &amp;amp; copy-to-clipboard not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2132356#M19373</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42559"&gt;@Daniele_Purrone&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We don't have much control to the default VisualForce iframe, so unfortunately we cannot add any allow permission for the moment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, it seems you rolled back some changes you made recently as the copy/paste feature is working again inside an iframe.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 06:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Salesforce-iframe-integration-amp-amp-copy-to-clipboard-not/m-p/2132356#M19373</guid>
      <dc:creator>grippy</dc:creator>
      <dc:date>2023-10-27T06:58:56Z</dc:date>
    </item>
  </channel>
</rss>

