- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AcceptUI.js dialog not showing on some computers
Hi
As a user of the AcceptUI.js solution, we have a few final customers complaining about the authorize.net script not properly showing the Payment details dialog.
Most of our users are using it on computers and tablets for months without any issue. So the following ticket might be the reason. Your administrator Anurag is mentioning a new release coming this June. When is this release planned? Would that automatically replace the script at the url below (v3)?
https://js.authorize.net/v3/acceptUI.js
Thank you for the feedback.
--
gabriel at Arlo
โ06-19-2018 07:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes the fix will be in the upcoming release mid of July right now .
It will added in the current v3 script .
Thanks
Send feedback at developer_feedback@authorize.net
โ06-19-2018 10:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Anurag
Has this fix been released already?
Thank you.
โ07-29-2018 02:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anurag
Has this fix been released by now?
We would appreciate a response as it's been 2 months now.
Thanks
โ08-12-2018 02:20 PM - edited โ08-12-2018 02:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfornuatrly the release which has this fix got rollbacked in sandbox some weeks back .
The dev team is still working to release it again soon .
I will update once i have some more concrete dates for it .
Thanks
Send feedback at developer_feedback@authorize.net
โ08-13-2018 11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anurag
Thank you for the feedback.
We are very interested in an update once this fix will be released Live.
Thanks.
โ08-19-2018 01:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We recently started using AcceptUI.js and ran into this same issue. We also did a little digging and found a solution to the problem:
- The Problem:
- We have a mixture of development laptops with touchscreens and those that do not have touchscreens. The ones without touchscreens work with the unmodified verison of AcceptUI.js. The touchscreen laptops work only when using the touchscreens. If a mouse is connected or the tackpad is used, the event will not fire as it is only looking for the "touchend" event becuase the code is checking for touch devices and if the device is touch enabled it only registers the touch event.
- Solution:
- Download the latest AcceptUI.js file from https://jstest.authorize.net/v3/acceptUI.js
- Open the file in your favorite text editor
- Starting at character 157, remove ' ? "touchend" :'
- From character 148 to 164 should read: 'g(t, "click", n)'
This solution should still work for touch devices, it does for ours. It also requires you to host the AccteptUI.js file on your sever for deployment.
โ08-23-2018 07:44 AM - edited โ08-23-2018 07:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anurag
How are you?
Any update on this bug? The fix was supposed to be released in June and we are now in October.
Regards
โ10-08-2018 12:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This issue should have been fixed now .
Can you check and validate if its still an issue for you ?
Thanks
Anurag
Send feedback at developer_feedback@authorize.net
โ10-08-2018 12:53 PM