<?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: AcceptUI modal not opening for specific user in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63793#M37835</link>
    <description>&lt;P&gt;Hello Anurag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you confirm is this fix was released today?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, K&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jul 2018 19:06:51 GMT</pubDate>
    <dc:creator>karenM</dc:creator>
    <dc:date>2018-07-19T19:06:51Z</dc:date>
    <item>
      <title>AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62037#M36421</link>
      <description>&lt;P&gt;We are working on implementing accept ui as a replacement for DPM, but one of my testers is having issues.&amp;nbsp; When she clicks on the payment button, the modal does not open, there is no information is the console, just nothing.&amp;nbsp; It works fine for her in edge, but firefox and chrome have the same behavior.&amp;nbsp; Other users are not having the same issue.&amp;nbsp; She can bring up the js file fine without any warnings, I'm stumped.&amp;nbsp; Does anybody have any ideas about what could be causing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code we are using:&lt;/P&gt;&lt;P&gt;&amp;lt;button type="button" id="submitBtn" class="AcceptUI button radius green left" data-billingaddressoptions="{"show":true, "required":true}" data-apiloginid="redacted" data-clientkey="redacted" data-acceptuiformbtntxt="Submit" data-acceptuiformheadertxt="Card Information" data-responsehandler="responseHandler"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;em class="fa fa-lock"&amp;gt;&amp;lt;/em&amp;gt; Pay &amp;lt;span id="paymentamount"&amp;gt;$42.00&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/button&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm stumped on this and am hesitant to release it to a wider user base until we figure it out. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 13:55:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62037#M36421</guid>
      <dc:creator>dmoore</dc:creator>
      <dc:date>2018-03-08T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62052#M36436</link>
      <description>&lt;P&gt;So a bit more information.&amp;nbsp; This specific user is using a microsoft surface.&amp;nbsp; They can use the touch screen to activate the button, however using the mouse does not work.&amp;nbsp; It seems to work fine on another surface that was tested.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:03:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62052#M36436</guid>
      <dc:creator>dmoore</dc:creator>
      <dc:date>2018-03-09T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62157#M36528</link>
      <description>&lt;P&gt;I have the same issue with any computer that has a touchscreen, even some that don't where chrome is reporting that ontouchstart is in window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, you can do this on click of the button:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ("ontouchstart" in window || navigator.msMaxTouchPoints) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; console.log("AuthorizeNet bug workaround")&lt;BR /&gt;&amp;nbsp;$("#AcceptUIContainer").addClass('show');&lt;BR /&gt;$("#AcceptUIBackground").addClass('show');&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 21:06:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62157#M36528</guid>
      <dc:creator>chrislav</dc:creator>
      <dc:date>2018-03-16T21:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62762#M37023</link>
      <description>&lt;P&gt;We are integrating the accept JS library and payment popup on our checkout and we are also experiencing the same issue with devices that use both touch screen and mouse. It seems that if any touch capability is detected, the mouse events aren't handled. I pretty-printed the library at&amp;nbsp;&lt;A href="https://js.authorize.net/v3/AcceptUI.js&amp;nbsp;" target="_blank"&gt;https://js.authorize.net/v3/AcceptUI.js&amp;nbsp;&lt;/A&gt; and at the very beginning you can see where the problem is:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;FONT size="2"&gt;function e() {
        var t = document.getElementsByClassName("AcceptUI")[0],
            e = "ontouchstart" in window || navigator.msMaxTouchPoints;
        g(t, e ? "touchend" : "click", n), g(window, "message", U), a(t, m), O(), i(), d()
    }&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;It looks like this is selecting 'touchend' or 'click' on the basis of whether or not touch capabilities are present, but it's not handling scenarios where both are present. So when a user tries to pay with a hybrid device that uses touch and mouse, the event isn't handled and the modal popup doesn't appear.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 17:23:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62762#M37023</guid>
      <dc:creator>robmiller20X6</dc:creator>
      <dc:date>2018-04-20T17:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62921#M37143</link>
      <description>&lt;P&gt;We have started to implement the accept.JS method across our client sites and are getting reports of this same behavior where the payment window does not appear.&amp;nbsp; &amp;nbsp;We have two laptops in our office that have the same behavior, neither have a touchscreen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point, our only option is to revert back to using a legacy method, which is unfortunate because they are legacy for some reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we have any update from Register on how this issue is being addressed?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 15:16:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62921#M37143</guid>
      <dc:creator>joeld</dc:creator>
      <dc:date>2018-05-02T15:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62922#M37144</link>
      <description>&lt;P&gt;I can confirm this. Using a touchscreen HP Envy laptop and a mouse, the modal never appears.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 15:31:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62922#M37144</guid>
      <dc:creator>ezraw</dc:creator>
      <dc:date>2018-05-02T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62923#M37145</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;chrislav's&lt;/SPAN&gt; workaround above works&amp;nbsp;for us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;if ("ontouchstart" in window || navigator.msMaxTouchPoints) {
    console.log("AuthorizeNet bug workaround")
 $("#AcceptUIContainer").addClass('show');
$("#AcceptUIBackground").addClass('show');
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 15:49:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/62923#M37145</guid>
      <dc:creator>ezraw</dc:creator>
      <dc:date>2018-05-02T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63026#M37233</link>
      <description>&lt;P&gt;RichardH, how is this "solved"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Accept.JS shouldn't require any additional javascript per the documentation: &lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any button with "AcceptUI" as the class will have javascript actions attached to it to show the payment form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This needs to be fixed in the remote AcceptUI.js as pointed out by robmiller20X6 above&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 19:10:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63026#M37233</guid>
      <dc:creator>dzuczek</dc:creator>
      <dc:date>2018-05-10T19:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63036#M37241</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24343"&gt;@dzuczek&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes we are fixing this issue in the next Accept UI release tentatively planned in June .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 20:37:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63036#M37241</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-05-11T20:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63534#M37626</link>
      <description>&lt;P&gt;Is a fix still coming?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have been live about 3.5 weeks and have gotten several calls from customers about this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:46:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63534#M37626</guid>
      <dc:creator>karenM</dc:creator>
      <dc:date>2018-06-29T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63535#M37627</link>
      <description>&lt;P&gt;Is a fix still coming in June?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:53:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63535#M37627</guid>
      <dc:creator>karenM</dc:creator>
      <dc:date>2018-06-29T17:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63536#M37628</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25057"&gt;@karenM&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The release date for the release with this fix is July 19th .&amp;nbsp;The date&amp;nbsp; got bumped&amp;nbsp; due to some internal&amp;nbsp;freeze&amp;nbsp; for releases .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 18:44:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63536#M37628</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-06-29T18:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63793#M37835</link>
      <description>&lt;P&gt;Hello Anurag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you confirm is this fix was released today?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, K&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 19:06:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63793#M37835</guid>
      <dc:creator>karenM</dc:creator>
      <dc:date>2018-07-19T19:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63806#M37847</link>
      <description>&lt;P&gt;It has been deployed in sandbox . Can you check and confirm&amp;nbsp; the issue is resolved ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 04:23:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63806#M37847</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-07-20T04:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63883#M37903</link>
      <description>&lt;P&gt;Hello Anurag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I am unable to duplicate this issue.&amp;nbsp; I only know that I have a few customers per week experiencing this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, K&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:26:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63883#M37903</guid>
      <dc:creator>karenM</dc:creator>
      <dc:date>2018-07-24T17:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: AcceptUI modal not opening for specific user</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63955#M37965</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know when this bug fix will be deployed to the live environment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 19:11:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AcceptUI-modal-not-opening-for-specific-user/m-p/63955#M37965</guid>
      <dc:creator>karenM</dc:creator>
      <dc:date>2018-07-30T19:11:59Z</dc:date>
    </item>
  </channel>
</rss>

