<?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 Compatibility error in &amp;quot;require.js&amp;quot; file with &amp;quot;bootstrap.js&amp;quot; 4.0 in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86382#M1244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm developing a mashup and, at the same time, I need to use version 4.0 of the bootstrap.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, by including the bootstrap javascript file, an error occurs in the require.js file, possibly due to the incompatibility of the two files (bootstrap.js and require.js).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create a new mashup from scratch, it uses version 3.3.7 of the bootstrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what the error might be when I use version 4.0 of bootstrap? Have you been through this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: Here is an attached image of the error that happens.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 19:19:21 GMT</pubDate>
    <dc:creator>feliperesende</dc:creator>
    <dc:date>2018-08-14T19:19:21Z</dc:date>
    <item>
      <title>Compatibility error in "require.js" file with "bootstrap.js" 4.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86382#M1244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm developing a mashup and, at the same time, I need to use version 4.0 of the bootstrap.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However, by including the bootstrap javascript file, an error occurs in the require.js file, possibly due to the incompatibility of the two files (bootstrap.js and require.js).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create a new mashup from scratch, it uses version 3.3.7 of the bootstrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what the error might be when I use version 4.0 of bootstrap? Have you been through this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: Here is an attached image of the error that happens.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 19:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86382#M1244</guid>
      <dc:creator>feliperesende</dc:creator>
      <dc:date>2018-08-14T19:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compatibility error in "require.js" file with "bootstrap.js" 4.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86383#M1245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Qlik Sense is using jquery 3.0&amp;nbsp; and t&lt;/SPAN&gt;here is a known compatibility issue between bootstrap 4 and jquery 3 =&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/twbs/bootstrap/issues/19433" title="https://github.com/twbs/bootstrap/issues/19433"&gt;https://github.com/twbs/bootstrap/issues/19433 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe that's the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 06:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86383#M1245</guid>
      <dc:creator>Aiham_Azmeh</dc:creator>
      <dc:date>2018-08-15T06:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compatibility error in "require.js" file with "bootstrap.js" 4.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86384#M1246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe,&lt;/P&gt;&lt;P&gt;I came across this some time ago, with an earlier version of Bootstrap 4. The problem is that Bootstrap 4 needs a newer version of jQuery, and the jQuery that is bundled with Qlik Sense (actully in the requirejs file) overwrites that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if my solution is the best, there might be a more elegant one, but I did like this, basically saving the Bootstrap4 jQuery instance before loading the qlik version, and then restoring it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #383838;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;"node_modules/jquery/dist/jquery.slim.min.js"&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;"node_modules/tether/dist/js/tether.min.js"&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;"node_modules/bootstrap/dist/js/bootstrap.min.js"&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #202020;"&gt;window&lt;/SPAN&gt;.&lt;SPAN style="color: #202020;"&gt;jQueryB&lt;/SPAN&gt; = &lt;SPAN style="color: #202020;"&gt;window&lt;/SPAN&gt;.&lt;SPAN style="color: #202020;"&gt;jQuery&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;"../../resources/assets/external/requirejs/require.js"&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #202020;"&gt;window&lt;/SPAN&gt;.&lt;SPAN style="color: #202020;"&gt;$&lt;/SPAN&gt; = &lt;SPAN style="color: #202020;"&gt;window&lt;/SPAN&gt;.&lt;SPAN style="color: #202020;"&gt;jQuery&lt;/SPAN&gt; = &lt;SPAN style="color: #202020;"&gt;window&lt;/SPAN&gt;.&lt;SPAN style="color: #202020;"&gt;jQueryB&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #383838;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;script&lt;/SPAN&gt;&lt;SPAN style="color: #383838;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;P&gt;&lt;A href="https://extendingqlik.upper88.com/" title="https://extendingqlik.upper88.com/"&gt;https://extendingqlik.upper88.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 06:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86384#M1246</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-08-15T06:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Compatibility error in "require.js" file with "bootstrap.js" 4.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86385#M1247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, may be this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.syncfusion.com/forums/135709/bootstrap-4-0-compatability" title="https://www.syncfusion.com/forums/135709/bootstrap-4-0-compatability"&gt;https://www.syncfusion.com/forums/135709/bootstrap-4-0-compatability&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 08:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86385#M1247</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-15T08:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compatibility error in "require.js" file with "bootstrap.js" 4.0</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86386#M1248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I implemented your help and it worked !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 11:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Compatibility-error-in-quot-require-js-quot-file-with-quot/m-p/86386#M1248</guid>
      <dc:creator>feliperesende</dc:creator>
      <dc:date>2018-09-03T11:01:12Z</dc:date>
    </item>
  </channel>
</rss>

