Basic dropin usage yield lots of warnings
See original GitHub issueGeneral information
- Chrome Version 66.0.3359.139 (Official Build) (64-bit), OSX,
- on Braintree Sandbox environment
- dropin included with a
<script src='https://js.braintreegateway.com/web/dropin/1.10.0/js/dropin.min.js'></script>
in document head
Issue description
Basic dropin usage yield lots of warnings
notably:
- [Violation] Added non-passive event listener to a scroll-blocking ‘touchstart’ event.
- [Violation] Added synchronous DOM mutation listener to a ‘DOMNodeInserted’ event. Consider using MutationObserver to make the page more responsive.
- [DOM] Input elements should have autocomplete attributes (suggested: autocomplete=‘cc-number’, confirm at https://goo.gl/6KgkJg) etc
- The SSL certificate used to load resources from https://www.paypal.com will be distrusted in M70.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Dividend Yield for the Downturn - Investopedia
If a company is unable to sustain its earnings and there is a slowdown in growth, it can be a warning to steer...
Read more >Scientific Issues with Analysis of Low Amounts of DNA
Faced with limited evidence that yield low amounts of DNA, forensic analysts will continually have to confront the question of how far to...
Read more >A Remarkably Accurate Warning Indicator For Economic And Market ...
Nine-step analysis of yield curve inversions and the fundamental reasons why they have a perfect track record for anticipating recessions in the modern...
Read more >Static Pool Analysis: Evaluation of Loan Data and ... - NCUA
This whitepaper provides examiners with a discussion on measuring and predicting the effect of vehicle loan performance on loan portfolio ...
Read more >The five quality control (QC) metrics every NGS user should ...
A lot of research has gone into developing useful QC metrics for genomics ... There are three main areas where QC can be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in v1.13.0 that is.
You didn’t find anything, because the problem exists upstream: https://github.com/braintree/braintree-web/issues/353
Drop-in just hasn’t been deployed with the new version of braintree-web. Hoping to get it out next week.