<?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: Accept Hosted production bug: captcha covers Pay button in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/66188#M39759</link>
    <description>&lt;P&gt;I fixed this problem for our customers by turning off Captcha, and have the time now to look back into it.&amp;nbsp; Yes, I am capturing and applying the resize events; I verified that before I posted my first message.&amp;nbsp; The target numbers I'm getting for the resize look wrong.&amp;nbsp; Without Captcha, the window wants to resize to a height of 612.35 pixels, and with Captcha it wants to resize to 642.35 pixels .. 30 pixels more to fit the entire "I'm not a robot" checkbox which is obviously incorrect.&amp;nbsp; That box alone is 74 pixesl tall in my Firefox window, and then there's padding and etc. around it.&lt;BR /&gt;&lt;BR /&gt;The sample code shows the window getting set to a minimum of 1000 pixels in height, if any number lower than that is passed in.&amp;nbsp; Is that really the recommended solution?&amp;nbsp; I suspect your window is that tall which is why you're saying that things are working fine.&amp;nbsp; They're not fine ...&amp;nbsp; I'm trying to avoid having an ugly blank voide at the bottom of my (properly-sized) popup.&amp;nbsp; Any suggestions would be welcome!&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 02:01:09 GMT</pubDate>
    <dc:creator>daves0</dc:creator>
    <dc:date>2019-01-31T02:01:09Z</dc:date>
    <item>
      <title>Accept Hosted production bug: captcha covers Pay button</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/64556#M38415</link>
      <description>&lt;P&gt;My customers are unable to accept payments at this time.&amp;nbsp; When the Accept Hosted ifram is populated, the dialog resizes up to below the Pay/Cancel buttons, but then Google Captcha covers the Pay/Cancel buttons.&amp;nbsp; It looks like your sizing is no longer taking Captcha use into account.&amp;nbsp; Please fix this ASAP as it is blocking all customers from paying!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 01:44:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/64556#M38415</guid>
      <dc:creator>daves0</dc:creator>
      <dc:date>2018-09-21T01:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted production bug: captcha covers Pay button</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/64584#M38437</link>
      <description>&lt;P&gt;We tested and varified that Captch is working perfectly and its showing the pay button with captcha clearly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are still facing isseue Please check if event received from Accept Hosted "action=resizeWindow" is correctly captured or not. Accept Hosted send this event if there is any change in window size is needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it will help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 16:38:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/64584#M38437</guid>
      <dc:creator>Shoagraw</dc:creator>
      <dc:date>2018-09-24T16:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted production bug: captcha covers Pay button</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/66188#M39759</link>
      <description>&lt;P&gt;I fixed this problem for our customers by turning off Captcha, and have the time now to look back into it.&amp;nbsp; Yes, I am capturing and applying the resize events; I verified that before I posted my first message.&amp;nbsp; The target numbers I'm getting for the resize look wrong.&amp;nbsp; Without Captcha, the window wants to resize to a height of 612.35 pixels, and with Captcha it wants to resize to 642.35 pixels .. 30 pixels more to fit the entire "I'm not a robot" checkbox which is obviously incorrect.&amp;nbsp; That box alone is 74 pixesl tall in my Firefox window, and then there's padding and etc. around it.&lt;BR /&gt;&lt;BR /&gt;The sample code shows the window getting set to a minimum of 1000 pixels in height, if any number lower than that is passed in.&amp;nbsp; Is that really the recommended solution?&amp;nbsp; I suspect your window is that tall which is why you're saying that things are working fine.&amp;nbsp; They're not fine ...&amp;nbsp; I'm trying to avoid having an ugly blank voide at the bottom of my (properly-sized) popup.&amp;nbsp; Any suggestions would be welcome!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 02:01:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/66188#M39759</guid>
      <dc:creator>daves0</dc:creator>
      <dc:date>2019-01-31T02:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted production bug: captcha covers Pay button</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/75017#M46714</link>
      <description>&lt;P&gt;I just ran into this myself, still not fixed after 2+ years. I mean, we can just take the resize values sent from Authorize.Net and add some hardcoded number of pixels to account for the size of the captcha button, but it's kind of annoying that the framesize Authorize.net sends doesn't account for the captcha button when a captcha is requested.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 22:23:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-production-bug-captcha-covers-Pay-button/m-p/75017#M46714</guid>
      <dc:creator>julesa</dc:creator>
      <dc:date>2021-02-12T22:23:41Z</dc:date>
    </item>
  </channel>
</rss>

