javascript - Stripe Checkout freezes web page when focusing on input field -
i want update notify viewers adding exception stripe.com in priv3 fixes issue. however, may extreme edge case stripe developers unable reproduce error on mac in firefox 31.1.0. using debian based os iceweasel. there may edge case issue here other external interference.
using php codeigniter , stripe library functions, have basic stripe checkout configuration setup. nothing , nothing special.
here on checkout page:
<form action="/stripe" method="post"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key=<?php echo stripe_private_key; ?> data-amount=<?php echo str_replace('.','',$a['fee']); ?> data-name="listing fee" data-description="listing-subscription" data-image="/128x128.png"> </script> </form> however, during testing using firefox , focusing on input field of stripe checkout js form, form goes away , whole web page freezes means unable click on link.
i have figured (probably) due privacy plugins have ghostery , addblock plus, disconnect , self-destructing cookies. when using chrome browser or different saved profile firefox has no plugins on it, form works.
has experienced , found fix it? can't expect users have browsers setup way want them to. wondering (and hoping) there fix instead.
update:
i have singled down priv3+ addon. advising users add exception plugin stripe.com temporary solution.
Comments
Post a Comment